Class KeyAuthorizations
java.lang.Object
com.authlete.cbor.CBORItem
com.authlete.cbor.CBORPairList
com.authlete.mdoc.KeyAuthorizations
The
KeyAuthorizations structure.
For details, see ISO/IEC 18013-5:2021, 9.1.2.4 Signing method and structure for MSO.
Definition
KeyAuthorizations = {
? "nameSpaces" : AuthorizedNameSpaces,
? "dataElements" : AuthorizedDataElements
}
- Since:
- 1.5
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionKeyAuthorizations(AuthorizedNameSpaces nameSpaces, AuthorizedDataElements dataElements) -
Method Summary
Methods inherited from class com.authlete.cbor.CBORPairList
encode, findByKey, getPairs, parse, prettify, toStringMethods inherited from class com.authlete.cbor.CBORItem
encode, encodeMajorWithNumber, encodeToBase64, encodeToBase64Url, encodeToHex, getComment, prettify, setComment, toString
-
Constructor Details
-
KeyAuthorizations
-