Uses of Interface
io.inverno.mod.security.jose.jwk.JWKGenerator
Packages that use JWKGenerator
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 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 JWKGenerator in io.inverno.mod.security.jose.internal.jwk
Classes in io.inverno.mod.security.jose.internal.jwk that implement JWKGeneratorModifier and TypeClassDescriptionclassAbstractJWKGenerator<A extends JWK,B extends AbstractJWKGenerator<A, B>> Base JSON Web Key generator implementation.classAbstractX509JWKGenerator<A extends PublicKey,B extends PrivateKey, C extends X509JWK<A, B>, D extends AbstractX509JWKGenerator<A, B, C, D>> Base X.509 JSON Web Key generator implementation. -
Uses of JWKGenerator in io.inverno.mod.security.jose.internal.jwk.ec
Classes in io.inverno.mod.security.jose.internal.jwk.ec that implement JWKGeneratorModifier and TypeClassDescriptionclassGeneric Elliptic Curve JSON Web Key generator implementation. -
Uses of JWKGenerator in io.inverno.mod.security.jose.internal.jwk.oct
Classes in io.inverno.mod.security.jose.internal.jwk.oct that implement JWKGeneratorModifier and TypeClassDescriptionclassGeneric Octet JSON Web Key generator implementation. -
Uses of JWKGenerator in io.inverno.mod.security.jose.internal.jwk.okp
Classes in io.inverno.mod.security.jose.internal.jwk.okp that implement JWKGeneratorModifier and TypeClassDescriptionclassAbstractOKPJWKGenerator<A extends PublicKey,B extends PrivateKey, C extends AbstractOKPJWK<A, B>, D extends AbstractOKPJWKGenerator<A, B, C, D>> Base Octet Key Pair JSON Web Key generator implementation.classGeneric Edward-Curve JSON Web Key generator.classGeneric Extended Elliptic Curve JSON Web Key generator. -
Uses of JWKGenerator in io.inverno.mod.security.jose.internal.jwk.pbes2
Classes in io.inverno.mod.security.jose.internal.jwk.pbes2 that implement JWKGeneratorModifier and TypeClassDescriptionclassGeneric Password-based JSON Web Key generator implementation. -
Uses of JWKGenerator in io.inverno.mod.security.jose.internal.jwk.rsa
Classes in io.inverno.mod.security.jose.internal.jwk.rsa that implement JWKGeneratorModifier and TypeClassDescriptionclassGeneric RSA JSON Web Key generator implementation. -
Uses of JWKGenerator in io.inverno.mod.security.jose.jwk
Classes in io.inverno.mod.security.jose.jwk with type parameters of type JWKGeneratorModifier and TypeInterfaceDescriptioninterfaceJWKFactory<A extends JWK,B extends JWKBuilder<A, ?>, C extends JWKGenerator<A, ?>> A JWK factory is used to build, read or generate a particular type of key.interfaceJWKGenerator<A extends JWK,B extends JWKGenerator<A, B>> a JWK generator is used to generate JSON Web Keys.Subinterfaces of JWKGenerator in io.inverno.mod.security.jose.jwkModifier and TypeInterfaceDescriptioninterfaceX509JWKGenerator<A extends PublicKey,B extends PrivateKey, C extends X509JWK<A, B>, D extends X509JWKGenerator<A, B, C, D>> An X.509 JWK generator used to generate JSON Web Keys that support X.509 JOSE header parameters: x5u, x5c, x5t and x5t#S256. -
Uses of JWKGenerator in io.inverno.mod.security.jose.jwk.ec
Subinterfaces of JWKGenerator in io.inverno.mod.security.jose.jwk.ecModifier and TypeInterfaceDescriptioninterfaceECJWKGenerator<A extends ECJWK,B extends ECJWKGenerator<A, B>> An Elliptic curve JSON Web Key generator. -
Uses of JWKGenerator in io.inverno.mod.security.jose.jwk.oct
Subinterfaces of JWKGenerator in io.inverno.mod.security.jose.jwk.octModifier and TypeInterfaceDescriptioninterfaceOCTJWKGenerator<A extends OCTJWK,B extends OCTJWKGenerator<A, B>> An Octet JSON Web Key generator. -
Uses of JWKGenerator in io.inverno.mod.security.jose.jwk.okp
Subinterfaces of JWKGenerator in io.inverno.mod.security.jose.jwk.okpModifier and TypeInterfaceDescriptioninterfaceEdECJWKGenerator<A extends EdECJWK,B extends EdECJWKGenerator<A, B>> An Edward-curve JSON Web Key generator.interfaceOKPJWKGenerator<A extends PublicKey,B extends PrivateKey, C extends OKPJWK<A, B>, D extends OKPJWKGenerator<A, B, C, D>> Octet Key Pair JSON Web Key generator.interfaceXECJWKGenerator<A extends XECJWK,B extends XECJWKGenerator<A, B>> Extended Elliptic curve JSON Web Key generator. -
Uses of JWKGenerator in io.inverno.mod.security.jose.jwk.pbes2
Subinterfaces of JWKGenerator in io.inverno.mod.security.jose.jwk.pbes2Modifier and TypeInterfaceDescriptioninterfacePBES2JWKGenerator<A extends PBES2JWK,B extends PBES2JWKGenerator<A, B>> Password-based JSON Web Key generator. -
Uses of JWKGenerator in io.inverno.mod.security.jose.jwk.rsa
Subinterfaces of JWKGenerator in io.inverno.mod.security.jose.jwk.rsaModifier and TypeInterfaceDescriptioninterfaceRSAJWKGenerator<A extends RSAJWK,B extends RSAJWKGenerator<A, B>> RSA JSON Web Key generator.