- SetContent(byte[]) - Method in class COSE.Message
-
Set the content bytes of the message.
- SetContent(String) - Method in class COSE.Message
-
Set the content bytes as a text string.
- setEncryptedContent(byte[]) - Method in class COSE.EncryptCommon
-
Set the encrypted content for detached content cases.
- setExternal(byte[]) - Method in class COSE.Attribute
-
Set the optional external data field to be authenticated
- SetKey(CBORObject) - Method in class COSE.Recipient
-
- SetKey(OneKey) - Method in class COSE.Recipient
-
Set the key for encrypting/decrypting the recipient key.
- setKey(CBORObject) - Method in class COSE.Signer
-
- setKey(OneKey) - Method in class COSE.Signer
-
Set a key object on a signer
- SetSenderKey(CBORObject) - Method in class COSE.Recipient
-
Deprecated.
- SetSenderKey(OneKey) - Method in class COSE.Recipient
-
- Sign(Message) - Method in class COSE.CounterSign
-
- sign(OneKey) - Method in class COSE.Sign1Message
-
Create a signature for the message if one does not exist.
- sign(CBORObject) - Method in class COSE.Sign1Message
-
- sign(CipherParameters) - Method in class COSE.Sign1Message
-
Create a signature for the message if one does not exist.
- sign(byte[], byte[]) - Method in class COSE.Signer
-
- sign() - Method in class COSE.SignMessage
-
Causes a signature to be created for every signer that does not already have one.
- Sign1Message - Class in COSE
-
The Sign1Message class implements the COSE_Sign1 object.
- Sign1Message() - Constructor for class COSE.Sign1Message
-
Create a signed message object for which there will be a leading tag and the content will be included.
- Sign1Message(boolean) - Constructor for class COSE.Sign1Message
-
Create a signed message object.
- Sign1Message(boolean, boolean) - Constructor for class COSE.Sign1Message
-
Create a signed message object for which the emission of the leading tag and content is controlled by the parameters.
- SignCommon - Class in COSE
-
- SignCommon() - Constructor for class COSE.SignCommon
-
- Signer - Class in COSE
-
The Signer class is used to implement the COSE_Signer object.
- Signer() - Constructor for class COSE.Signer
-
Create a new signer object to add to a SignMessage
- Signer(OneKey) - Constructor for class COSE.Signer
-
Create a new signer object for a SignMessage and set the key to be used.
- signerList - Variable in class COSE.SignMessage
-
- SignMessage - Class in COSE
-
The SignMessage class is used to implement the COSE_Sign object.
- SignMessage() - Constructor for class COSE.SignMessage
-
Create a signed message object for which the leading tag and the content will be included.
- SignMessage(boolean, boolean) - Constructor for class COSE.SignMessage
-
Create a signed message object for which the emission of the leading tag and content is controlled by the parameters.
- strContext - Variable in class COSE.MacCommon
-
- Validate(Message) - Method in class COSE.CounterSign
-
- Validate(byte[]) - Method in class COSE.MAC0Message
-
- Validate(byte[]) - Method in class COSE.MacCommon
-
- Validate(Recipient) - Method in class COSE.MACMessage
-
- validate(CBORObject) - Method in class COSE.Sign1Message
-
- validate(OneKey) - Method in class COSE.Sign1Message
-
Validate the signature on the message using the passed in key.
- validate(CipherParameters) - Method in class COSE.Sign1Message
-
Validate the signature on the message using the passed in key.
- validate(byte[], byte[]) - Method in class COSE.Signer
-
- validate(Signer) - Method in class COSE.SignMessage
-
Validate the signature on a message for a specific signer.
- value - Variable in enum COSE.MessageTag
-
- valueOf(String) - Static method in enum COSE.AlgorithmID
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum COSE.HeaderKeys
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum COSE.KeyKeys
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum COSE.MessageTag
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum COSE.AlgorithmID
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum COSE.HeaderKeys
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum COSE.KeyKeys
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum COSE.MessageTag
-
Returns an array containing the constants of this enum type, in
the order they are declared.