Class AuthorizedNameSpaces
java.lang.Object
com.authlete.cbor.CBORItem
com.authlete.cbor.CBORItemList
com.authlete.mdoc.AuthorizedNameSpaces
The
AuthorizedNameSpaces
structure.
For details, see ISO/IEC 18013-5:2021, 9.1.2.4 Signing method and structure for MSO.
Definition
AuthorizedNameSpaces = [+ NameSpace ]
- Since:
- 1.5
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAuthorizedNameSpaces
(String[] nameSpaces) AuthorizedNameSpaces
(Collection<String> nameSpaces) AuthorizedNameSpaces
(List<CBORString> nameSpaces) -
Method Summary
Methods inherited from class com.authlete.cbor.CBORItemList
encode, getItems, parse, prettify, toString
Methods inherited from class com.authlete.cbor.CBORItem
encode, encodeMajorWithNumber, encodeToBase64, encodeToBase64Url, encodeToHex, getComment, prettify, setComment, toString
-
Constructor Details
-
AuthorizedNameSpaces
-
AuthorizedNameSpaces
-
AuthorizedNameSpaces
-