Uses of Class
com.authlete.common.assurance.QES
-
Packages that use QES Package Description com.authlete.common.assurance -
-
Uses of QES in com.authlete.common.assurance
Methods in com.authlete.common.assurance that return QES Modifier and Type Method Description static QES
QES. extract(Map<?,?> map)
Create aQES
instance from the given object.QES
QES. setCreatedAt(String createdAt)
Set the time when the signature was created.QES
QES. setIssuer(String issuer)
Set the certification authority that issued the signer's certificate.QES
QES. setSerialNumber(String serialNumber)
Set the serial number of the certificate.
-