Class KeyInfoEntry

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

public class KeyInfoEntry extends CBORPair
An entry in the KeyInfo structure.

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

Definition

 KeyInfo = { * int => any}
 
Since:
1.5
See Also:
  • Constructor Details

    • KeyInfoEntry

      public KeyInfoEntry(CBORInteger label, CBORItem value)
    • KeyInfoEntry

      public KeyInfoEntry(int label, CBORItem value)