-
Fields Field Description COSE.Attribute.DontSendAttributes As of COSE 0.9.1, use Attribute.DO_NOT_SENDCOSE.Attribute.ProtectedAttributes As of COSE 0.9.1, use Attribute.PROTECTCOSE.Attribute.UnprotectedAttributes As of COSE 0.9.1, use Attribute.UNPROTECT
-
Methods Method Description COSE.Attribute.AddProtected(CBORObject, CBORObject) As of COSE 0.9.0, use addAttribute(CBORObject, CBORObject, Attribute.PROTECTED);COSE.Attribute.AddUnprotected(CBORObject, CBORObject) As of COSE 0.9.1, use addAttribute(HeaderKeys, byte[], Attribute.UNPROTECTED);COSE.OneKey.HasKeyID(String) COSE.Recipient.SetKey(CBORObject) In COSE 0.9.1, use SetKey(OneKey)COSE.Recipient.SetSenderKey(CBORObject)