- EC2_P256 - Static variable in enum COSE.KeyKeys
-
- EC2_P384 - Static variable in enum COSE.KeyKeys
-
- EC2_P521 - Static variable in enum COSE.KeyKeys
-
- emitContent - Variable in class COSE.Message
-
Is the content emitted as part of the message?
- emitTag - Variable in class COSE.Message
-
Is the tag identifying the message emitted?
- EncodeCBORObject() - Method in class COSE.Encrypt0Message
-
Internal function used to construct the CBORObject
- EncodeCBORObject() - Method in class COSE.EncryptMessage
-
- EncodeCBORObject() - Method in class COSE.MAC0Message
-
- EncodeCBORObject() - Method in class COSE.MACMessage
-
- EncodeCBORObject() - Method in class COSE.Message
-
Encode the COSE message object to a CBORObject tree.
- EncodeCBORObject() - Method in class COSE.Recipient
-
- EncodeCBORObject() - Method in class COSE.Sign1Message
-
Internal function used to create a serialization of a COSE_Sign1 message
- EncodeCBORObject() - Method in class COSE.SignMessage
-
Internal function used to create a serialization of a COSE_Sign message
- EncodePKCS8(byte[], byte[], byte[]) - Static method in class COSE.ASN1
-
- EncodeSignature(byte[], byte[]) - Static method in class COSE.ASN1
-
- EncodeSubjectPublicKeyInfo(byte[], byte[]) - Static method in class COSE.ASN1
-
Encode a subject public key info structure from an oid and the data bytes
for the key
- EncodeToBytes() - Method in class COSE.CounterSign
-
- EncodeToBytes() - Method in class COSE.Message
-
Encode the message to a byte array.
- EncodeToBytes() - Method in class COSE.OneKey
-
Encode to a byte string
- EncodeToCBORObject() - Method in class COSE.Message
-
Encode the COSE message object to a CBORObject tree.
- EncodeToCBORObject() - Method in class COSE.Signer
-
Internal function used to create a serialization of a COSE_Sign1 message
- encrypt(byte[]) - Method in class COSE.Encrypt0Message
-
Encrypt the message using the passed in key.
- encrypt() - Method in class COSE.EncryptMessage
-
- encrypt() - Method in class COSE.Recipient
-
- Encrypt0Message - Class in COSE
-
The Encrypt0Message object corresponds to the Encrypt COSE message structure.
- Encrypt0Message() - Constructor for class COSE.Encrypt0Message
-
Create a Encrypt0Message object.
- Encrypt0Message(boolean, boolean) - Constructor for class COSE.Encrypt0Message
-
Create a Encrypt0Message object.
- EncryptCommon - Class in COSE
-
- EncryptCommon() - Constructor for class COSE.EncryptCommon
-
- EncryptMessage - Class in COSE
-
- EncryptMessage() - Constructor for class COSE.EncryptMessage
-
- EncryptMessage(boolean) - Constructor for class COSE.EncryptMessage
-
- externalData - Variable in class COSE.Attribute
-
Holder for the external data object that is authenticated as part of the
message
- 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(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
-
- setUserData(Object) - Method in class COSE.OneKey
-
Set the user data field.
- 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(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
-
- stream() - Method in class COSE.KeySet
-
- supplier() - Method in class COSE.KeySetCollector
-