Class AuthorizedDataElementsEntry

java.lang.Object
com.authlete.cbor.CBORPair
com.authlete.mdoc.AuthorizedDataElementsEntry

public class AuthorizedDataElementsEntry extends CBORPair
An entry in the AuthorizedDataElements structure.

For details, see ISO/IEC 18013-5:2021, 9.1.2.4 Signing method and structure for MSO.

Definition

 AuthorizedDataElements = {
     + NameSpace => DataElementsArray
 }
 
Since:
1.5
See Also:
  • Constructor Details