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 COSESign
Build aCOSESign
instance from the given CBOR data item.static COSESign
Build aCOSESign
instance from the given object list.COSESignBuilder.build()
Build aCOSESign
instance.Methods in com.authlete.cose with parameters of type COSESignModifier and TypeMethodDescriptionboolean
Verify aCOSE_Sign
object.boolean
Verify aCOSE_Sign
object.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
.