Uses of Class
io.inverno.mod.security.jose.jwa.JWAKeyManagerException
Packages that use JWAKeyManagerException
Package
Description
Octet JSON Web Key implementation.
Password-based (
PBES2) JSON Web Key implementation.
JSON Web Algorithms API.
-
Uses of JWAKeyManagerException in io.inverno.mod.security.jose.internal.jwk.oct
Methods in io.inverno.mod.security.jose.internal.jwk.oct that throw JWAKeyManagerExceptionModifier and TypeMethodDescriptionprotected voidGenericOCTJWK.checkKeyManagement(JWAAlgorithm<?> algorithm) -
Uses of JWAKeyManagerException in io.inverno.mod.security.jose.internal.jwk.pbes2
Methods in io.inverno.mod.security.jose.internal.jwk.pbes2 that throw JWAKeyManagerExceptionModifier and TypeMethodDescriptionprotected voidGenericPBES2JWK.checkKeyManagement(JWAAlgorithm<?> algorithm) -
Uses of JWAKeyManagerException in io.inverno.mod.security.jose.jwa
Methods in io.inverno.mod.security.jose.jwa that throw JWAKeyManagerExceptionModifier and TypeMethodDescriptionEncryptingJWAKeyManager.decryptCEK(byte[] encrypted_key, String enc, Map<String, Object> parameters) Decrypts the specified encrypted key and returned the decrypted CEK.Derives a Content Encryption Key.EncryptingJWAKeyManager.encryptCEK(JWK cek, Map<String, Object> parameters) Encrypts the CEK using a defaultSecureRandom.EncryptingJWAKeyManager.encryptCEK(JWK cek, Map<String, Object> parameters, SecureRandom secureRandom) Encrypts the CEK using the specifiedSecureRandom.Unwraps the specified encrypted key and returned the unwrapped CEK.default WrappingJWAKeyManager.WrappedCEKWraps the CEK using a defaultSecureRandom.Wraps the CEK using the specifiedSecureRandom.