Uses of Interface
io.inverno.mod.security.jose.jwk.X509JWKBuilder
Packages that use X509JWKBuilder
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 X509JWKBuilder in io.inverno.mod.security.jose.internal.jwk
Classes in io.inverno.mod.security.jose.internal.jwk that implement X509JWKBuilderModifier and TypeClassDescriptionclassAbstractX509JWKBuilder<A extends PublicKey,B extends PrivateKey, C extends X509JWK<A, B>, D extends AbstractX509JWKBuilder<A, B, C, D>> Base X.509 JSON Web Key builder implementation. -
Uses of X509JWKBuilder in io.inverno.mod.security.jose.internal.jwk.ec
Classes in io.inverno.mod.security.jose.internal.jwk.ec that implement X509JWKBuilderModifier and TypeClassDescriptionclassGeneric Elliptic Curve JSON Web Key builder implementation. -
Uses of X509JWKBuilder in io.inverno.mod.security.jose.internal.jwk.okp
Classes in io.inverno.mod.security.jose.internal.jwk.okp that implement X509JWKBuilderModifier and TypeClassDescriptionclassAbstractOKPJWKBuilder<A extends PublicKey,B extends PrivateKey, C extends OKPJWK<A, B>, D extends AbstractOKPJWKBuilder<A, B, C, D>> Base Octet Key Pair JWON Web Key builder implementation.classGeneric Edward-Curve JSON Web Key builder implementation.classGeneric Extended Elliptic Curve JSON Web Key builder implementation. -
Uses of X509JWKBuilder in io.inverno.mod.security.jose.internal.jwk.rsa
Classes in io.inverno.mod.security.jose.internal.jwk.rsa that implement X509JWKBuilderModifier and TypeClassDescriptionclassGeneric RSA JSON Web Key builder implementation. -
Uses of X509JWKBuilder in io.inverno.mod.security.jose.jwk
Classes in io.inverno.mod.security.jose.jwk with type parameters of type X509JWKBuilderModifier and TypeInterfaceDescriptioninterfaceX509JWKBuilder<A extends PublicKey,B extends PrivateKey, C extends X509JWK<A, B>, D extends X509JWKBuilder<A, B, C, D>> An X.509 JWK builder is used to build X.509 asymmetric JSON Web Keys that support X.509 JOSE header parameters: x5u, x5c, x5t and x5t#S256.interfaceX509JWKFactory<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 X509JWKBuilder in io.inverno.mod.security.jose.jwk.ec
Subinterfaces of X509JWKBuilder in io.inverno.mod.security.jose.jwk.ecModifier and TypeInterfaceDescriptioninterfaceECJWKBuilder<A extends ECJWK,B extends ECJWKBuilder<A, B>> An Elliptic curve JSON Web Key builder. -
Uses of X509JWKBuilder in io.inverno.mod.security.jose.jwk.okp
Subinterfaces of X509JWKBuilder in io.inverno.mod.security.jose.jwk.okpModifier and TypeInterfaceDescriptioninterfaceEdECJWKBuilder<A extends EdECJWK,B extends EdECJWKBuilder<A, B>> Edward-curve JSON Web Key builder.interfaceOKPJWKBuilder<A extends PublicKey,B extends PrivateKey, C extends OKPJWK<A, B>, D extends OKPJWKBuilder<A, B, C, D>> Octet Key Pair JSON Web Key builder.interfaceXECJWKBuilder<A extends XECJWK,B extends XECJWKBuilder<A, B>> Extended Elliptic curve JSON Web Key builder -
Uses of X509JWKBuilder in io.inverno.mod.security.jose.jwk.rsa
Subinterfaces of X509JWKBuilder in io.inverno.mod.security.jose.jwk.rsaModifier and TypeInterfaceDescriptioninterfaceRSAJWKBuilder<A extends RSAJWK,B extends RSAJWKBuilder<A, B>> RSA JSON Web Key builder.