Uses of Class
COSE.Message
-
-
Uses of Message in COSE
Subclasses of Message in COSE Modifier and Type Class Description classEncrypt0MessageThe Encrypt0Message object corresponds to the Encrypt COSE message structure.classEncryptCommonclassEncryptMessageclassMAC0MessageclassMacCommonclassMACMessageclassRecipientclassSign1MessageThe Sign1Message class implements the COSE_Sign1 object.classSignCommonclassSignMessageThe SignMessage class is used to implement the COSE_Sign object.Methods in COSE that return Message Modifier and Type Method Description static MessageMessage. DecodeFromBytes(byte[] rgbData)Decode a COSE message object.static MessageMessage. DecodeFromBytes(byte[] rgbData, MessageTag defaultTag)Decode a COSE message object.
-