Package COSE
Class SignCommon
- java.lang.Object
-
- COSE.Attribute
-
- COSE.Message
-
- COSE.SignCommon
-
- Direct Known Subclasses:
Sign1Message
public abstract class SignCommon extends Message
- Author:
- jimsch
-
-
Field Summary
Fields Modifier and Type Field Description protected StringcontextString-
Fields inherited from class COSE.Message
emitContent, emitTag, messageTag, rgbContent
-
Fields inherited from class COSE.Attribute
DO_NOT_SEND, DontSendAttributes, externalData, objDontSend, objProtected, objUnprotected, PROTECTED, ProtectedAttributes, rgbProtected, UNPROTECTED, UnprotectedAttributes
-
-
Constructor Summary
Constructors Constructor Description SignCommon()
-
Method Summary
-
Methods inherited from class COSE.Message
addCountersignature, DecodeFromBytes, DecodeFromBytes, DecodeFromCBORObject, EncodeCBORObject, EncodeToBytes, EncodeToCBORObject, GetContent, getCountersign1, getCountersignerList, HasContent, ProcessCounterSignatures, SetContent, SetContent, setCountersign1, validate, validate
-
Methods inherited from class COSE.Attribute
addAttribute, addAttribute, addAttribute, AddProtected, AddProtected, AddProtected, AddUnprotected, AddUnprotected, AddUnprotected, findAttribute, findAttribute, findAttribute, findAttribute, getDoNotSendAttributes, getExternal, getProtectedAttributes, getUnprotectedAttributes, removeAttribute, removeAttribute, setExternal
-
-
-
-
Field Detail
-
contextString
protected String contextString
-
-