Uses of Class
com.authlete.cose.COSESignature
Packages that use COSESignature
-
Uses of COSESignature in com.authlete.cose
Methods in com.authlete.cose that return COSESignatureModifier and TypeMethodDescriptionstatic COSESignature
Build aCOSESignature
instance from the given CBOR data item.static COSESignature
Build aCOSESignature
instance from the given object list.Methods in com.authlete.cose with parameters of type COSESignatureModifier and TypeMethodDescriptionCOSESignBuilder.signature
(COSESignature signature) Add aCOSE_Signature
element.SigStructureBuilder.signature
(COSESignature signature) Set the protected header of the givenCOSESignature
object toSig_structure.sign_protected
.boolean
COSEVerifier.verify
(COSESign sign, COSESignature signature) Verify a combination ofCOSE_Sign
andCOSE_Signature
.boolean
COSEVerifier.verify
(COSESign sign, COSESignature signature, byte[] externalData) Verify a combination ofCOSE_Sign
andCOSE_Signature
.