Uses of Interface
io.inverno.mod.security.jose.jwk.X509JWKFactory
Packages that use X509JWKFactory
Package
Description
JSON Web Key implementation.
Elliptic Curve JSON Web Key implementation.
Octet Key Pair JSON Web Key implementation.
RSA JSON Web Key implementation.
Elliptic curve JSON Web Key API.
Octet Key Pair JSON Web Key API.
RSA JSON Web Key API.
-
Uses of X509JWKFactory in io.inverno.mod.security.jose.internal.jwk
Classes in io.inverno.mod.security.jose.internal.jwk that implement X509JWKFactoryModifier and TypeClassDescriptionclassAbstractX509JWKFactory<A extends PublicKey,B extends PrivateKey, C extends AbstractX509JWK<A, B>, D extends AbstractX509JWKBuilder<A, B, C, D>, E extends AbstractX509JWKGenerator<A, B, C, E>> Base X.509 JSON Web Key factory implementation. -
Uses of X509JWKFactory in io.inverno.mod.security.jose.internal.jwk.ec
Classes in io.inverno.mod.security.jose.internal.jwk.ec that implement X509JWKFactoryModifier and TypeClassDescriptionclassGeneric Elliptic Curve JSON Web Key factory implementation. -
Uses of X509JWKFactory in io.inverno.mod.security.jose.internal.jwk.okp
Classes in io.inverno.mod.security.jose.internal.jwk.okp that implement X509JWKFactoryModifier and TypeClassDescriptionclassAbstractOKPJWKFactory<A extends PublicKey,B extends PrivateKey, C extends AbstractOKPJWK<A, B>, D extends AbstractOKPJWKBuilder<A, B, C, D>, E extends AbstractOKPJWKGenerator<A, B, C, E>> Base Octet Key Pair JSON Web Key factory implementation.classGeneric Edward-Curve JWK factory implementation.classGeneric Extended Elliptic Curve JSON Web Key factory implementation. -
Uses of X509JWKFactory in io.inverno.mod.security.jose.internal.jwk.rsa
Classes in io.inverno.mod.security.jose.internal.jwk.rsa that implement X509JWKFactoryModifier and TypeClassDescriptionclassGeneric RSA JSON Web Key factory implementation. -
Uses of X509JWKFactory in io.inverno.mod.security.jose.jwk.ec
Subinterfaces of X509JWKFactory in io.inverno.mod.security.jose.jwk.ecModifier and TypeInterfaceDescriptioninterfaceECJWKFactory<A extends ECJWK,B extends ECJWKBuilder<A, B>, C extends ECJWKGenerator<A, C>> An Elliptic curve JSON Web Key factory. -
Uses of X509JWKFactory in io.inverno.mod.security.jose.jwk.okp
Subinterfaces of X509JWKFactory in io.inverno.mod.security.jose.jwk.okpModifier and TypeInterfaceDescriptioninterfaceEdECJWKFactory<A extends EdECJWK,B extends EdECJWKBuilder<A, B>, C extends EdECJWKGenerator<A, C>> An Edward-curve JSON Web Key factory.interfaceOKPJWKFactory<A extends PublicKey,B extends PrivateKey, C extends OKPJWK<A, B>, D extends OKPJWKBuilder<A, B, C, D>, E extends OKPJWKGenerator<A, B, C, E>> Octet Key Pair JSON Web Key factory.interfaceXECJWKFactory<A extends XECJWK,B extends XECJWKBuilder<A, B>, C extends XECJWKGenerator<A, C>> Extended Elliptic curve JSON Web Key factory. -
Uses of X509JWKFactory in io.inverno.mod.security.jose.jwk.rsa
Subinterfaces of X509JWKFactory in io.inverno.mod.security.jose.jwk.rsaModifier and TypeInterfaceDescriptioninterfaceRSAJWKFactory<A extends RSAJWK,B extends RSAJWKBuilder<A, B>, C extends RSAJWKGenerator<A, C>> RSA JSON Web Key factory.