Uses of Interface
io.inverno.mod.security.jose.jwk.X509JWKGenerator
Packages that use X509JWKGenerator
Package
Description
JSON Web Key implementation.
Elliptic Curve JSON Web Key implementation.
Octet Key Pair JSON Web Key implementation.
RSA JSON Web Key implementation.
JSON Web Key API.
Elliptic curve JSON Web Key API.
Octet Key Pair JSON Web Key API.
RSA JSON Web Key API.
-
Uses of X509JWKGenerator in io.inverno.mod.security.jose.internal.jwk
Classes in io.inverno.mod.security.jose.internal.jwk that implement X509JWKGeneratorModifier and TypeClassDescriptionclassAbstractX509JWKGenerator<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 X509JWKGenerator in io.inverno.mod.security.jose.internal.jwk.ec
Classes in io.inverno.mod.security.jose.internal.jwk.ec that implement X509JWKGeneratorModifier and TypeClassDescriptionclassGeneric Elliptic Curve JSON Web Key generator implementation. -
Uses of X509JWKGenerator in io.inverno.mod.security.jose.internal.jwk.okp
Classes in io.inverno.mod.security.jose.internal.jwk.okp that implement X509JWKGeneratorModifier 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 X509JWKGenerator in io.inverno.mod.security.jose.internal.jwk.rsa
Classes in io.inverno.mod.security.jose.internal.jwk.rsa that implement X509JWKGeneratorModifier and TypeClassDescriptionclassGeneric RSA JSON Web Key generator implementation. -
Uses of X509JWKGenerator in io.inverno.mod.security.jose.jwk
Classes in io.inverno.mod.security.jose.jwk with type parameters of type X509JWKGeneratorModifier 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.interfaceX509JWKGenerator<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 X509JWKGenerator in io.inverno.mod.security.jose.jwk.ec
Subinterfaces of X509JWKGenerator 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 X509JWKGenerator in io.inverno.mod.security.jose.jwk.okp
Subinterfaces of X509JWKGenerator 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 X509JWKGenerator in io.inverno.mod.security.jose.jwk.rsa
Subinterfaces of X509JWKGenerator in io.inverno.mod.security.jose.jwk.rsaModifier and TypeInterfaceDescriptioninterfaceRSAJWKGenerator<A extends RSAJWK,B extends RSAJWKGenerator<A, B>> RSA JSON Web Key generator.