Uses of Class
io.inverno.mod.security.jose.jwa.JWACipherException
Packages that use JWACipherException
Package
Description
JSON Web Encryption implementation.
JSON Web Algorithms API.
-
Uses of JWACipherException in io.inverno.mod.security.jose.internal.jwe
Methods in io.inverno.mod.security.jose.internal.jwe that throw JWACipherExceptionModifier and TypeMethodDescriptionprotected JWACipher.EncryptedDataGenericJWEBuilder.zipAndEncryptPayload(GenericJWEHeader jweHeader, GenericJWEPayload<A> jwePayload, JWEZip payloadZip, JWK cek) Compresses and encrypt the JWE payload.protected JWACipher.EncryptedDataRecipientJWEBuilder.zipAndEncryptPayload(GenericJWEHeader jweHeader, GenericJWEPayload<A> jwePayload, JWEZip payloadZip, JWK cek) -
Uses of JWACipherException in io.inverno.mod.security.jose.jwa
Methods in io.inverno.mod.security.jose.jwa that throw JWACipherExceptionModifier and TypeMethodDescriptionbyte[]JWACipher.decrypt(byte[] cipherText, byte[] aad, byte[] iv, byte[] tag) Decrypts the specified cypher text.default JWACipher.EncryptedDataJWACipher.encrypt(byte[] data, byte[] aad) Encrypts the specified data using a defaultSecureRandom.JWACipher.encrypt(byte[] data, byte[] aad, SecureRandom secureRandom) Encrypts the specified data using the specifiedSecureRandom.