public enum HeaderKeys extends Enum<HeaderKeys>
| Modifier and Type | Method and Description |
|---|---|
com.upokecenter.cbor.CBORObject |
AsCBOR() |
static HeaderKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HeaderKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HeaderKeys Algorithm
public static final HeaderKeys CONTENT_TYPE
public static final HeaderKeys KID
public static final HeaderKeys IV
public static final HeaderKeys CriticalHeaders
public static final HeaderKeys CounterSignature
public static final HeaderKeys PARTIAL_IV
public static final HeaderKeys ECDH_EPK
public static final HeaderKeys ECDH_SPK
public static final HeaderKeys ECDH_SKID
public static final HeaderKeys HKDF_Salt
public static final HeaderKeys HKDF_Context_PartyU_ID
public static final HeaderKeys HKDF_Context_PartyU_nonce
public static final HeaderKeys HKDF_Context_PartyU_Other
public static final HeaderKeys HKDF_Context_PartyV_ID
public static final HeaderKeys HKDF_Context_PartyV_nonce
public static final HeaderKeys HKDF_Context_PartyV_Other
public static final HeaderKeys HKDF_SuppPub_Other
public static final HeaderKeys HKDF_SuppPriv_Other
public static HeaderKeys[] values()
for (HeaderKeys c : HeaderKeys.values()) System.out.println(c);
public static HeaderKeys valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic com.upokecenter.cbor.CBORObject AsCBOR()
COSE for Java documentation, generatedin 2018.