Class QESEvidence
java.lang.Object
com.nimbusds.openid.connect.sdk.assurance.evidences.IdentityEvidence
com.nimbusds.openid.connect.sdk.assurance.evidences.QESEvidence
- All Implemented Interfaces:
net.minidev.json.JSONAware
Deprecated.
Qualified electronic signature (QES) used as identity evidence.
Related specifications:
- OpenID Connect for Identity Assurance 1.0
-
Constructor Summary
ConstructorsConstructorDescriptionQESEvidence(Issuer issuer, String serialNumber, DateWithTimeZoneOffset createdAt) Deprecated.Creates a new QES used as identity evidence. -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.Deprecated.Returns The QES creation time.Deprecated.Returns the QES issuer.Deprecated.Returns the QES serial number.inthashCode()Deprecated.static QESEvidenceparse(net.minidev.json.JSONObject jsonObject) Deprecated.Parses a new QES evidence from the specified JSON object.net.minidev.json.JSONObjectDeprecated.Returns a JSON object representation of this evidence.Methods inherited from class com.nimbusds.openid.connect.sdk.assurance.evidences.IdentityEvidence
ensureType, getAttachments, getEvidenceType, toDocumentEvidence, toElectronicRecordEvidence, toElectronicSignatureEvidence, toIDDocumentEvidence, toJSONString, toQESEvidence, toUtilityBillEvidence, toVouchEvidence
-
Constructor Details
-
QESEvidence
Deprecated.Creates a new QES used as identity evidence.- Parameters:
issuer- The QES issuer,nullif not specified.serialNumber- The QES serial number,nullif not specified.createdAt- The QES creation time,nullif not specified.
-
-
Method Details
-
getQESIssuer
Deprecated.Returns the QES issuer.- Returns:
- The QES issuer,
nullif not specified.
-
getQESSerialNumberString
Deprecated.Returns the QES serial number.- Returns:
- The QES serial number string,
nullif not specified.
-
getQESCreationTime
Deprecated.Returns The QES creation time.- Returns:
- The QES creation time,
nullif not specified.
-
toJSONObject
Deprecated.Description copied from class:IdentityEvidenceReturns a JSON object representation of this evidence.- Overrides:
toJSONObjectin classIdentityEvidence- Returns:
- The JSON object.
-
equals
Deprecated. -
hashCode
Deprecated. -
parse
Deprecated.Parses a new QES evidence from the specified JSON object.- Parameters:
jsonObject- The JSON object. Must not benull.- Returns:
- The QES evidence.
- Throws:
ParseException- If parsing failed.
-
ElectronicSignatureEvidenceinstead.