Uses of Interface
io.inverno.mod.security.jose.jwk.JWKFactory
Packages that use JWKFactory
Package
Description
JSON Object Signing and Encryption payload converters.
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 Key API.
Elliptic curve JSON Web Key API.
Octet JSON Web Key API.
Octet Key Pair JSON Web Key API.
Password-based (
PBES2) JSON Web Key API.
RSA JSON Web Key API.
-
Uses of JWKFactory in io.inverno.mod.security.jose
Method parameters in io.inverno.mod.security.jose with type arguments of type JWKFactoryModifier and TypeMethodDescriptionJose.Builder.setJwkFactories(List<JWKFactory<?, ?, ?>> jwkFactories) -
Uses of JWKFactory in io.inverno.mod.security.jose.internal.jwk
Classes in io.inverno.mod.security.jose.internal.jwk that implement JWKFactoryModifier and TypeClassDescriptionclassAbstractJWKFactory<A extends AbstractJWK,B extends AbstractJWKBuilder<A, B>, C extends AbstractJWKGenerator<A, C>> Base JSON Web Key factory implementation.classAbstractX509JWKFactory<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.Method parameters in io.inverno.mod.security.jose.internal.jwk with type arguments of type JWKFactoryModifier and TypeMethodDescriptionvoidGenericJWKService.setJWKFactories(List<JWKFactory<?, ?, ?>> jwkFactories) Sets custom JWK factories. -
Uses of JWKFactory in io.inverno.mod.security.jose.internal.jwk.ec
Classes in io.inverno.mod.security.jose.internal.jwk.ec that implement JWKFactoryModifier and TypeClassDescriptionclassGeneric Elliptic Curve JSON Web Key factory implementation. -
Uses of JWKFactory in io.inverno.mod.security.jose.internal.jwk.oct
Classes in io.inverno.mod.security.jose.internal.jwk.oct that implement JWKFactoryModifier and TypeClassDescriptionclassGeneric Octet JSON Web Key factory implementation. -
Uses of JWKFactory in io.inverno.mod.security.jose.internal.jwk.okp
Classes in io.inverno.mod.security.jose.internal.jwk.okp that implement JWKFactoryModifier 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 JWKFactory in io.inverno.mod.security.jose.internal.jwk.pbes2
Classes in io.inverno.mod.security.jose.internal.jwk.pbes2 that implement JWKFactoryModifier and TypeClassDescriptionclassGeneric Password-based JSON Web Key factory implementation. -
Uses of JWKFactory in io.inverno.mod.security.jose.internal.jwk.rsa
Classes in io.inverno.mod.security.jose.internal.jwk.rsa that implement JWKFactoryModifier and TypeClassDescriptionclassGeneric RSA JSON Web Key factory implementation. -
Uses of JWKFactory in io.inverno.mod.security.jose.jwk
Subinterfaces of JWKFactory in io.inverno.mod.security.jose.jwkModifier and TypeInterfaceDescriptioninterfaceX509JWKFactory<A extends PublicKey,B extends PrivateKey, C extends X509JWK<A, B>, D extends X509JWKBuilder<A, B, C, D>, E extends X509JWKGenerator<A, B, C, E>> An X.509 JWK factory used to build, read or generate JSON Web Keys that support X.509 JOSE header parameters: x5u, x5c, x5t and x5t#S256. -
Uses of JWKFactory in io.inverno.mod.security.jose.jwk.ec
Subinterfaces of JWKFactory 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 JWKFactory in io.inverno.mod.security.jose.jwk.oct
Subinterfaces of JWKFactory in io.inverno.mod.security.jose.jwk.octModifier and TypeInterfaceDescriptioninterfaceOCTJWKFactory<A extends OCTJWK,B extends OCTJWKBuilder<A, B>, C extends OCTJWKGenerator<A, C>> An Octet JSON Web Key factory. -
Uses of JWKFactory in io.inverno.mod.security.jose.jwk.okp
Subinterfaces of JWKFactory 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 JWKFactory in io.inverno.mod.security.jose.jwk.pbes2
Subinterfaces of JWKFactory in io.inverno.mod.security.jose.jwk.pbes2Modifier and TypeInterfaceDescriptioninterfacePBES2JWKFactory<A extends PBES2JWK,B extends PBES2JWKBuilder<A, B>, C extends PBES2JWKGenerator<A, C>> Password-based JSON Web Key factory. -
Uses of JWKFactory in io.inverno.mod.security.jose.jwk.rsa
Subinterfaces of JWKFactory 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.