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.
|
void |
Attribute.AddProtected(HeaderKeys label,
com.upokecenter.cbor.CBORObject value) |
Deprecated.
|
void |
Attribute.AddUnprotected(HeaderKeys label,
byte[] value) |
Deprecated.
|
void |
Attribute.AddUnprotected(HeaderKeys label,
com.upokecenter.cbor.CBORObject value) |
Deprecated.
|
com.upokecenter.cbor.CBORObject |
Attribute.findAttribute(HeaderKeys label) |
Locate an attribute in one of the attribute buckets The buckets are
searched in the order protected, unprotected, unsent.
|
com.upokecenter.cbor.CBORObject |
Attribute.findAttribute(HeaderKeys label,
int where) |
Locate an attribute in one of the attribute buckets The buckets are
searched in the order protected, unprotected, unsent.
|
void |
Attribute.removeAttribute(HeaderKeys label) |
Remove an attribute from the set of all attribute maps.
|