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 COSESignatureBuild aCOSESignatureinstance from the given CBOR data item.static COSESignatureBuild aCOSESignatureinstance from the given object list.Methods in com.authlete.cose with parameters of type COSESignatureModifier and TypeMethodDescriptionCOSESignBuilder.signature(COSESignature signature) Add aCOSE_Signatureelement.SigStructureBuilder.signature(COSESignature signature) Set the protected header of the givenCOSESignatureobject toSig_structure.sign_protected.booleanCOSEVerifier.verify(COSESign sign, COSESignature signature) Verify a combination ofCOSE_SignandCOSE_Signature.booleanCOSEVerifier.verify(COSESign sign, COSESignature signature, byte[] externalData) Verify a combination ofCOSE_SignandCOSE_Signature.