Uses of Interface
io.inverno.mod.security.jose.jwa.JWAAlgorithm
Packages that use JWAAlgorithm
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.
JSON Web Algorithms API.
-
Uses of JWAAlgorithm in io.inverno.mod.security.jose.internal.jwk
Methods in io.inverno.mod.security.jose.internal.jwk with parameters of type JWAAlgorithmModifier and TypeMethodDescriptionprotected voidAbstractJWK.checkEncryption(JWAAlgorithm<?> algorithm) Checks that the key and the specified algorithm supports encryption operations.protected voidAbstractJWK.checkKeyManagement(JWAAlgorithm<?> algorithm) Checks that the key and the specified algorithm supports key management operations.protected voidAbstractJWK.checkSignature(JWAAlgorithm<?> algorithm) Checks that the key and the specified algorithm supports signature operations. -
Uses of JWAAlgorithm in io.inverno.mod.security.jose.internal.jwk.ec
Methods in io.inverno.mod.security.jose.internal.jwk.ec with parameters of type JWAAlgorithmModifier and TypeMethodDescriptionprotected voidGenericECJWK.checkSignature(JWAAlgorithm<?> algorithm) -
Uses of JWAAlgorithm in io.inverno.mod.security.jose.internal.jwk.oct
Methods in io.inverno.mod.security.jose.internal.jwk.oct with parameters of type JWAAlgorithmModifier and TypeMethodDescriptionprotected voidGenericOCTJWK.checkEncryption(JWAAlgorithm<?> algorithm) protected voidGenericOCTJWK.checkKeyManagement(JWAAlgorithm<?> algorithm) protected voidGenericOCTJWK.checkSignature(JWAAlgorithm<?> algorithm) -
Uses of JWAAlgorithm in io.inverno.mod.security.jose.internal.jwk.okp
Methods in io.inverno.mod.security.jose.internal.jwk.okp with parameters of type JWAAlgorithmModifier and TypeMethodDescriptionprotected voidGenericEdECJWK.checkSignature(JWAAlgorithm<?> algorithm) -
Uses of JWAAlgorithm in io.inverno.mod.security.jose.internal.jwk.pbes2
Methods in io.inverno.mod.security.jose.internal.jwk.pbes2 with parameters of type JWAAlgorithmModifier and TypeMethodDescriptionprotected voidGenericPBES2JWK.checkKeyManagement(JWAAlgorithm<?> algorithm) -
Uses of JWAAlgorithm in io.inverno.mod.security.jose.jwa
Classes in io.inverno.mod.security.jose.jwa that implement JWAAlgorithmModifier and TypeClassDescriptionenumElliptic Curve algorithms as defined by RFC7518.enumEdward-curve digital signature algorithms as defined by RFC8037 Section 3.1.enumNoOp algorithms as defined by RFC7518.enumOctect symmetric algorithms as defined by RFC7518.enumPassword-based encryption key management algorithms as defined by RFC7518.enumRSA algorithms as defined by RFC7518.enumOKP Elliptic curve key management algorithms as defined by RFC8037 Section 3.1.