Class ValidityInfo
java.lang.Object
com.authlete.cbor.CBORItem
com.authlete.cbor.CBORPairList
com.authlete.mdoc.ValidityInfo
The
ValidityInfo
structure containing information related to the
validity of the Mobile Security Object and its signature.
For details, see ISO/IEC 18013-5:2021, 9.1.2.4 Signing method and structure for MSO.
Definition
ValidityInfo = { "signed" : tdate, "validFrom" : tdate, "validUntil": tdate, ? "expectedUpdate" : tdate }
- Since:
- 1.5
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionValidityInfo
(ZonedDateTime signed, ZonedDateTime validFrom, ZonedDateTime validUntil) ValidityInfo
(ZonedDateTime signed, ZonedDateTime validFrom, ZonedDateTime validUntil, ZonedDateTime expectedUpdate) -
Method Summary
Methods inherited from class com.authlete.cbor.CBORPairList
encode, findByKey, getPairs, parse, prettify, toString
Methods inherited from class com.authlete.cbor.CBORItem
encode, encodeMajorWithNumber, encodeToBase64, encodeToBase64Url, encodeToHex, getComment, prettify, setComment, toString
-
Constructor Details
-
ValidityInfo
-
ValidityInfo
public ValidityInfo(ZonedDateTime signed, ZonedDateTime validFrom, ZonedDateTime validUntil, ZonedDateTime expectedUpdate)
-