Class AuthorizedNameSpaces


public class AuthorizedNameSpaces extends CBORItemList
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 Details

    • AuthorizedNameSpaces

      public AuthorizedNameSpaces(List<CBORString> nameSpaces)
    • AuthorizedNameSpaces

      public AuthorizedNameSpaces(Collection<String> nameSpaces)
    • AuthorizedNameSpaces

      public AuthorizedNameSpaces(String[] nameSpaces)