| Field and Description |
|---|
| COSE.Attribute.DontSendAttributes
As of COSE 0.9.1, use Attribute.DO_NOT_SEND
|
| COSE.Attribute.ProtectedAttributes
As of COSE 0.9.1, use Attribute.PROTECT
|
| COSE.Attribute.UnprotectedAttributes
As of COSE 0.9.1, use Attribute.UNPROTECT
|
| Method and Description |
|---|
| COSE.Attribute.AddProtected(CBORObject, CBORObject)
As of COSE 0.9.0, use addAttribute(CBORObject, CBORObject, Attribute.PROTECTED);
|
| COSE.Attribute.AddProtected(HeaderKeys, byte[])
As of COSE 0.9.0, use addAttribute(HeaderKeys, byte[], Attribute.PROTECTED);
|
| COSE.Attribute.AddProtected(HeaderKeys, CBORObject)
As of COSE 0.9.0, use addAttribute(HeaderKeys, CBORObject, Attribute.PROTECTED);
|
| COSE.Attribute.AddUnprotected(CBORObject, CBORObject)
As of COSE 0.9.1, use addAttribute(HeaderKeys, byte[], Attribute.UNPROTECTED);
|
| COSE.Attribute.AddUnprotected(HeaderKeys, byte[])
As of COSE 0.9.1, use addAttribute(HeaderKeys, byte[], Attribute.UNPROTECTED);
|
| COSE.Attribute.AddUnprotected(HeaderKeys, CBORObject)
As of COSE 0.9.1, use addAttribute(HeaderKeys, byte[], Attribute.UNPROTECTED);
|
| COSE.Recipient.SetKey(CBORObject)
In COSE 0.9.1, use SetKey(OneKey)
|
| COSE.Recipient.SetSenderKey(CBORObject) |
COSE for Java documentation, generatedin 2018.