Class KeyAuthorizations


public class KeyAuthorizations extends CBORPairList
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: