Uses of Interface
io.inverno.mod.security.jose.jwa.JWAKeyManager
Packages that use JWAKeyManager
Package
Description
JSON Web Key implementation.
Elliptic Curve JSON Web Key implementation.
Octet JSON Web Key implementation.
Octet Key Pair JSON Web Key implementation.
Password-based (
PBES2) JSON Web Key implementation.
RSA JSON Web Key implementation.
JSON Web Algorithms API.
JSON Web Key API.
-
Uses of JWAKeyManager in io.inverno.mod.security.jose.internal.jwk
Methods in io.inverno.mod.security.jose.internal.jwk that return JWAKeyManager -
Uses of JWAKeyManager in io.inverno.mod.security.jose.internal.jwk.ec
Methods in io.inverno.mod.security.jose.internal.jwk.ec that return JWAKeyManager -
Uses of JWAKeyManager in io.inverno.mod.security.jose.internal.jwk.oct
Methods in io.inverno.mod.security.jose.internal.jwk.oct that return JWAKeyManagerModifier and TypeMethodDescriptionGenericOCTJWK.keyManager()GenericOCTJWK.keyManager(String alg) -
Uses of JWAKeyManager in io.inverno.mod.security.jose.internal.jwk.okp
Methods in io.inverno.mod.security.jose.internal.jwk.okp that return JWAKeyManagerModifier and TypeMethodDescriptionGenericXECJWK.keyManager()GenericXECJWK.keyManager(String alg) -
Uses of JWAKeyManager in io.inverno.mod.security.jose.internal.jwk.pbes2
Methods in io.inverno.mod.security.jose.internal.jwk.pbes2 that return JWAKeyManagerModifier and TypeMethodDescriptionGenericPBES2JWK.keyManager()GenericPBES2JWK.keyManager(String alg) -
Uses of JWAKeyManager in io.inverno.mod.security.jose.internal.jwk.rsa
Methods in io.inverno.mod.security.jose.internal.jwk.rsa that return JWAKeyManagerModifier and TypeMethodDescriptionGenericRSAJWK.keyManager()GenericRSAJWK.keyManager(String alg) -
Uses of JWAKeyManager in io.inverno.mod.security.jose.jwa
Subinterfaces of JWAKeyManager in io.inverno.mod.security.jose.jwaModifier and TypeInterfaceDescriptioninterfaceA direct Key Management algorithm that derives the Content Encryption Key which is used directly to encrypt a JWE payload.interfaceAn encrypting Key Management algorithm used to encrypt a generated CEK used to encrypt a JWE payload.interfaceA wrapping Key Management algorithm used to wrap a generated CEK used to encrypt a JWE payload.Methods in io.inverno.mod.security.jose.jwa that return JWAKeyManagerModifier and TypeMethodDescriptionECAlgorithm.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) -
Uses of JWAKeyManager in io.inverno.mod.security.jose.jwk
Methods in io.inverno.mod.security.jose.jwk that return JWAKeyManagerModifier and TypeMethodDescriptionJWK.keyManager()Returns a key manager using this JWK.JWK.keyManager(String alg) Returns a key manager using this JWK and the specified algorithm.