Uses of Class
com.authlete.cose.COSEProtectedHeader
Packages that use COSEProtectedHeader
-
Uses of COSEProtectedHeader in com.authlete.cose
Subclasses with type arguments of type COSEProtectedHeader in com.authlete.coseMethods in com.authlete.cose that return COSEProtectedHeaderModifier and TypeMethodDescriptionstatic COSEProtectedHeader
Interpret the given CBOR data item as a protected header and build an instance ofCOSEProtectedHeader
from it.static COSEProtectedHeader
Build aCOSEProtectedHeader
instance from the given map.protected COSEProtectedHeader
SigStructure.getBodyAttributes()
Get the protected header of the content.COSEObject.getProtectedHeader()
Get the protected header of this COSE object.SigStructure.getSignerAttributes()
Get the protected header ofCOSE_Signature
.Methods in com.authlete.cose with parameters of type COSEProtectedHeaderModifier and TypeMethodDescriptionSigStructureBuilder.bodyAttributes
(COSEProtectedHeader attributes) Set the attributes toSig_structure.body_protected
.COSESign1Builder.protectedHeader
(COSEProtectedHeader header) Set a protected header.COSESignBuilder.protectedHeader
(COSEProtectedHeader header) Set a protected header.SigStructureBuilder.signerAttributes
(COSEProtectedHeader attributes) Set the attributes toSig_structure.sign_protected
.Constructors in com.authlete.cose with parameters of type COSEProtectedHeaderModifierConstructorDescriptionCOSEEncrypt
(COSEProtectedHeader protectedHeader, COSEUnprotectedHeader unprotectedHeader, CBORItem ciphertext, CBORItemList recipients) A constructor with a protected header, an unprotected header, a cipher text and recipients.COSEEncrypt0
(COSEProtectedHeader protectedHeader, COSEUnprotectedHeader unprotectedHeader, CBORItem ciphertext) A constructor with a protected header, an unprotected header and a cipher text.COSEMac
(COSEProtectedHeader protectedHeader, COSEUnprotectedHeader unprotectedHeader, CBORItem payload, CBORByteArray tag, CBORItemList recipients) A constructor with a protected header, an unprotected header, a payload, a tag and recipients.COSEMac0
(COSEProtectedHeader protectedHeader, COSEUnprotectedHeader unprotectedHeader, CBORItem payload, CBORByteArray tag) A constructor with a protected header, an unprotected header, a payload, and a tag.COSEMessage
(COSEMessageType type, COSEProtectedHeader protectedHeader, COSEUnprotectedHeader unprotectedHeader, CBORItem content, CBORItem... additionalItems) A constructor.COSEObject
(COSEProtectedHeader protectedHeader, COSEUnprotectedHeader unprotectedHeader, CBORItem content, CBORItem... additionalItems) A constructor with a protected header, an unprotected header, a content, and additional items.COSERecipient
(COSEProtectedHeader protectedHeader, COSEUnprotectedHeader unprotectedHeader, CBORItem ciphertext) A constructor with a protected header, an unprotected header and a cipher text.COSERecipient
(COSEProtectedHeader protectedHeader, COSEUnprotectedHeader unprotectedHeader, CBORItem ciphertext, CBORItemList recipients) A constructor with a protected header, an unprotected header, a cipher text and recipients.COSESign
(COSEProtectedHeader protectedHeader, COSEUnprotectedHeader unprotectedHeader, CBORItem payload, CBORItemList signatures) A constructor with a protected header, an unprotected header, a payload and signatures.COSESign1
(COSEProtectedHeader protectedHeader, COSEUnprotectedHeader unprotectedHeader, CBORItem payload, CBORByteArray signature) A constructor with a protected header, an unprotected header, a payload and a signature.COSESignature
(COSEProtectedHeader protectedHeader, COSEUnprotectedHeader unprotectedHeader, byte[] signature) A constructor with a protected header, an unprotected header and a signature.COSESignature
(COSEProtectedHeader protectedHeader, COSEUnprotectedHeader unprotectedHeader, CBORByteArray signature) A constructor with a protected header, an unprotected header and a signature.SigStructure
(COSEProtectedHeader bodyAttributes, CBORByteArray externalData, CBORByteArray payload) A constructor with the protected header of the content, the external data and the payload.SigStructure
(COSEProtectedHeader bodyAttributes, COSEProtectedHeader signerAttributes, CBORByteArray externalData, CBORByteArray payload) A constructor with the protected header of the content, the protected header ofCOSE_Signature
, the external data and the payload.