Class IDDocumentEvidence

    • Constructor Detail

      • IDDocumentEvidence

        public IDDocumentEvidence​(IdentityVerificationMethod method,
                                  IdentityVerifier verifier,
                                  DateWithTimeZoneOffset time,
                                  IDDocumentDescription idDocument)
        Deprecated.
        Creates a new identity document evidence.
        Parameters:
        method - The document verification method, null if not specified.
        verifier - Optional verifier if not the OpenID provider itself, null if none.
        time - The document verification timestamp, null if not specified.
        idDocument - The identity document description, null if not specified.
    • Method Detail

      • getVerifier

        public IdentityVerifier getVerifier()
        Deprecated.
        Returns the optional verifier if not the OpenID provider itself.
        Returns:
        The optional verifier if not the OpenID provider itself, null if none.
      • parse

        public static IDDocumentEvidence parse​(net.minidev.json.JSONObject jsonObject)
                                        throws ParseException
        Deprecated.
        Parses an identity document used as identity evidence from the specified JSON object.
        Parameters:
        jsonObject - The JSON object. Must not be null.
        Returns:
        The identity document used as identity evidence.
        Throws:
        ParseException - If parsing failed.