Class IdentityEvidence

  • All Implemented Interfaces:
    net.minidev.json.JSONAware
    Direct Known Subclasses:
    IDDocumentEvidence, QESEvidence, UtilityBillEvidence

    public abstract class IdentityEvidence
    extends Object
    implements net.minidev.json.JSONAware
    The base abstract class for identity evidences.

    Related specifications:

    • OpenID Connect for Identity Assurance 1.0, section 4.1.1.
    • Constructor Detail

      • IdentityEvidence

        protected IdentityEvidence​(IdentityEvidenceType evidenceType)
        Creates a new evidence with the specified type.
        Parameters:
        evidenceType - The evidence type. Must not be null.