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, section 5.1.1.5.
-
Constructor Summary
ConstructorDescriptionQESEvidence
(Issuer issuer, String serialNumber, DateWithTimeZoneOffset createdAt) Deprecated.Creates a new QES used as identity evidence. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Deprecated.Deprecated.Returns The QES creation time.Deprecated.Returns the QES issuer.Deprecated.Returns the QES serial number.int
hashCode()
Deprecated.static QESEvidence
parse
(net.minidev.json.JSONObject jsonObject) Deprecated.Parses a new QES evidence from the specified JSON object.net.minidev.json.JSONObject
Deprecated.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,null
if not specified.serialNumber
- The QES serial number,null
if not specified.createdAt
- The QES creation time,null
if not specified.
-
-
Method Details
-
getQESIssuer
Deprecated.Returns the QES issuer.- Returns:
- The QES issuer,
null
if not specified.
-
getQESSerialNumberString
Deprecated.Returns the QES serial number.- Returns:
- The QES serial number string,
null
if not specified.
-
getQESCreationTime
Deprecated.Returns The QES creation time.- Returns:
- The QES creation time,
null
if not specified.
-
toJSONObject
Deprecated.Description copied from class:IdentityEvidence
Returns a JSON object representation of this evidence.- Overrides:
toJSONObject
in 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.
-
ElectronicSignatureEvidence
instead.