Uses of Class
COSE.MessageTag
-
-
Uses of MessageTag in COSE
Fields in COSE declared as MessageTag Modifier and Type Field Description protected MessageTagMessage. messageTagWhat message tag identifies this message?Methods in COSE that return MessageTag Modifier and Type Method Description static MessageTagMessageTag. FromInt(int i)static MessageTagMessageTag. valueOf(String name)Returns the enum constant of this type with the specified name.static MessageTag[]MessageTag. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in COSE with parameters of type MessageTag Modifier and Type Method Description static MessageMessage. DecodeFromBytes(byte[] rgbData, MessageTag defaultTag)Decode a COSE message object.
-