Uses of Class
com.authlete.cose.COSESign
Packages that use COSESign
-
Uses of COSESign in com.authlete.cose
Methods in com.authlete.cose that return COSESignModifier and TypeMethodDescriptionstatic COSESignBuild aCOSESigninstance from the given CBOR data item.static COSESignBuild aCOSESigninstance from the given object list.COSESignBuilder.build()Build aCOSESigninstance.Methods in com.authlete.cose with parameters of type COSESignModifier and TypeMethodDescriptionbooleanVerify aCOSE_Signobject.booleanVerify aCOSE_Signobject.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.