Uses of Class
io.inverno.mod.security.jose.jwa.JWAProcessingException
Packages that use JWAProcessingException
-
Uses of JWAProcessingException in io.inverno.mod.security.jose.jwa
Subclasses of JWAProcessingException in io.inverno.mod.security.jose.jwaModifier and TypeClassDescriptionclassThrown by aJWACipherto indicate an error while encrypting or decrypting data.classThrown by aJWAKeyManagerto indicate an error while encrypting or decrypting data.classThrown by aJWASignerto indicate an error while signing data or verifying signature.Methods in io.inverno.mod.security.jose.jwa that throw JWAProcessingExceptionModifier and TypeMethodDescriptionECAlgorithm.createCipher(ECJWK jwk) EdECAlgorithm.createCipher(EdECJWK jwk) JWAAlgorithm.createCipher(A jwk) Creates a cipher from the algorithm.NoAlgorithm.createCipher(JWK jwk) OCTAlgorithm.createCipher(OCTJWK jwk) PBES2Algorithm.createCipher(PBES2JWK jwk) RSAAlgorithm.createCipher(RSAJWK jwk) XECAlgorithm.createCipher(XECJWK jwk) ECAlgorithm.createKeyManager(ECJWK jwk) EdECAlgorithm.createKeyManager(EdECJWK jwk) JWAAlgorithm.createKeyManager(A jwk) Creates a key manager from the algorithm.NoAlgorithm.createKeyManager(JWK jwk) OCTAlgorithm.createKeyManager(OCTJWK jwk) PBES2Algorithm.createKeyManager(PBES2JWK jwk) RSAAlgorithm.createKeyManager(RSAJWK jwk) XECAlgorithm.createKeyManager(XECJWK jwk) ECAlgorithm.createSigner(ECJWK jwk) EdECAlgorithm.createSigner(EdECJWK jwk) JWAAlgorithm.createSigner(A jwk) Creates a signer from the algorithm.NoAlgorithm.createSigner(JWK jwk) OCTAlgorithm.createSigner(OCTJWK jwk) PBES2Algorithm.createSigner(PBES2JWK jwk) RSAAlgorithm.createSigner(RSAJWK jwk) XECAlgorithm.createSigner(XECJWK jwk) ECCurve.getParameterSpec()Returns the Elliptic curve parameters.