Uses of Class
com.authlete.cose.COSEException
Packages that use COSEException
-
Uses of COSEException in com.authlete.cose
Methods in com.authlete.cose that throw COSEExceptionModifier and TypeMethodDescriptionstatic COSEEncryptBuild aCOSEEncryptinstance from the given CBOR data item.static COSEEncryptBuild aCOSEEncryptinstance from the given object list.static COSEEncrypt0Build aCOSEEncrypt0instance from the given CBOR data item.static COSEEncrypt0Build aCOSEEncrypt0instance from the given object list.static COSEKeyBuild an instance ofCOSEKeyor its subclass when possible (e.g.static COSEKeyBuild an instance ofCOSEKeyor its subclass when possible (e.g.COSEKeyBuilder.build()Build an instance ofCOSEKeyor its subclass when possible (e.g.static COSEMacBuild aCOSEMacinstance from the given CBOR data item.static COSEMacBuild aCOSEMacinstance from the given object list.static COSEMac0Build aCOSEMac0instance from the given CBOR data item.static COSEMac0Build aCOSEMac0instance from the given object list.static COSEProtectedHeaderInterpret the given CBOR data item as a protected header and build an instance ofCOSEProtectedHeaderfrom it.static COSERecipientInterpret the given CBOR data item as a recipient and build an instance ofCOSERecipientfrom it.static COSERecipientBuild aCOSERecipientinstance from the given object list.static COSESignBuild aCOSESigninstance from the given CBOR data item.static COSESignBuild aCOSESigninstance from the given object list.static COSESign1Build aCOSESign1instance from the given CBOR data item.static COSESign1Build aCOSESign1instance from the given object list.static COSESignatureBuild aCOSESignatureinstance from the given CBOR data item.static COSESignatureBuild aCOSESignatureinstance from the given object list.static COSEUnprotectedHeaderInterpret the given CBOR data item as an unprotected header and build an instance ofCOSEUnprotectedHeaderfrom it.COSEKey.copy()Copy thisCOSEKeyinstance.COSEEC2Key.createPrivateKey()COSEKey.createPrivateKey()Create aPrivateKeyinstance from this COSE key.COSEEC2Key.createPublicKey()COSEKey.createPublicKey()Create aPublicKeyinstance from this COSE key.static COSEKeyBuild aCOSEKeyinstance from a map that represents a JWK (JSON Web Key).KeyGetter.get(int keyOperation, int algorithm, byte[] keyID) Get a key suitable for the key operation with the algorithm.byte[]COSESigner.sign(SigStructure structure, int algorithm) Generate a signature for the Sig Structure with the specified algorithm.byte[]COSESigner.sign(SigStructure structure, int algorithm, byte[] keyID) Generate a signature for the Sig Structure with the specified algorithm.static byte[]Generate a signature for the data with the key and the algorithm.byte[]SigStructureSigner.sign(SigStructure structure, int algorithm) Generate a signature for the Sig Structure with the specified algorithm.COSEEC2Key.toECPrivateKey()Convert thisCOSEEC2Keyinstance to anECPrivateKeyinstance.COSEEC2Key.toECPublicKey()Convert thisCOSEEC2Keyinstance to anECPublicKeyinstance.COSEEC2Key.toPublic()COSEKey.toPublic()Convert this COSE key to a public key.booleanVerify aCOSE_Signobject.booleanVerify aCOSE_Sign1object.booleanVerify aCOSE_Sign1object.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.static booleanVerify the signature for the data with the key and the algorithm. -
Uses of COSEException in com.authlete.cwt
Methods in com.authlete.cwt that throw COSEException -
Uses of COSEException in com.authlete.mdoc
Methods in com.authlete.mdoc that throw COSEException