| Modifier and Type | Method and Description |
|---|---|
static HeaderKeys |
HeaderKeys.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HeaderKeys[] |
HeaderKeys.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Attribute.addAttribute(HeaderKeys label,
byte[] value,
int where)
Set an attribute in the COSE object.
|
void |
Attribute.addAttribute(HeaderKeys label,
com.upokecenter.cbor.CBORObject value,
int where)
Set an attribute in the COSE object.
|
void |
Attribute.AddProtected(HeaderKeys label,
byte[] value)
Deprecated.
use
Attribute.addAttribute(HeaderKeys, byte[], int)
with ProtectedAttributes |
void |
Attribute.AddProtected(HeaderKeys label,
com.upokecenter.cbor.CBORObject value)
|
void |
Attribute.AddUnprotected(HeaderKeys label,
byte[] value) |
void |
Attribute.AddUnprotected(HeaderKeys label,
com.upokecenter.cbor.CBORObject value) |
com.upokecenter.cbor.CBORObject |
Attribute.findAttribute(HeaderKeys key)
Locate an attribute in one of the attribute buckets The buckets are
searched in the order protected, unprotected, unsent.
|
COSE for Java documentation, generatedin 2016.