Uses of Interface
io.inverno.mod.security.jose.jwk.JWKBuilder
Packages that use JWKBuilder
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 JWKBuilder in io.inverno.mod.security.jose.internal.jwk
Classes in io.inverno.mod.security.jose.internal.jwk that implement JWKBuilderModifier and TypeClassDescriptionclassAbstractJWKBuilder<A extends JWK,B extends AbstractJWKBuilder<A, B>> Base JSON Web Key builder implementation.classAbstractX509JWKBuilder<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 JWKBuilder in io.inverno.mod.security.jose.internal.jwk.ec
Classes in io.inverno.mod.security.jose.internal.jwk.ec that implement JWKBuilderModifier and TypeClassDescriptionclassGeneric Elliptic Curve JSON Web Key builder implementation. -
Uses of JWKBuilder in io.inverno.mod.security.jose.internal.jwk.oct
Classes in io.inverno.mod.security.jose.internal.jwk.oct that implement JWKBuilderModifier and TypeClassDescriptionclassGeneric Octet JSON Web Key builder implementation. -
Uses of JWKBuilder in io.inverno.mod.security.jose.internal.jwk.okp
Classes in io.inverno.mod.security.jose.internal.jwk.okp that implement JWKBuilderModifier 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 JWKBuilder in io.inverno.mod.security.jose.internal.jwk.pbes2
Classes in io.inverno.mod.security.jose.internal.jwk.pbes2 that implement JWKBuilderModifier and TypeClassDescriptionclassGeneric Password-based JSON Web Key builder implementation. -
Uses of JWKBuilder in io.inverno.mod.security.jose.internal.jwk.rsa
Classes in io.inverno.mod.security.jose.internal.jwk.rsa that implement JWKBuilderModifier and TypeClassDescriptionclassGeneric RSA JSON Web Key builder implementation. -
Uses of JWKBuilder in io.inverno.mod.security.jose.jwk
Classes in io.inverno.mod.security.jose.jwk with type parameters of type JWKBuilderModifier and TypeInterfaceDescriptioninterfaceJWKBuilder<A extends JWK,B extends JWKBuilder<A, B>> A JWK builder is used to build JSON Web Keys.interfaceJWKFactory<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.Subinterfaces of JWKBuilder in io.inverno.mod.security.jose.jwkModifier 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. -
Uses of JWKBuilder in io.inverno.mod.security.jose.jwk.ec
Subinterfaces of JWKBuilder 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 JWKBuilder in io.inverno.mod.security.jose.jwk.oct
Subinterfaces of JWKBuilder in io.inverno.mod.security.jose.jwk.octModifier and TypeInterfaceDescriptioninterfaceOCTJWKBuilder<A extends OCTJWK,B extends OCTJWKBuilder<A, B>> An Octet JSON Web Key builder. -
Uses of JWKBuilder in io.inverno.mod.security.jose.jwk.okp
Subinterfaces of JWKBuilder 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 JWKBuilder in io.inverno.mod.security.jose.jwk.pbes2
Subinterfaces of JWKBuilder in io.inverno.mod.security.jose.jwk.pbes2Modifier and TypeInterfaceDescriptioninterfacePBES2JWKBuilder<A extends PBES2JWK,B extends PBES2JWKBuilder<A, B>> Password-based JSON Web Key builder. -
Uses of JWKBuilder in io.inverno.mod.security.jose.jwk.rsa
Subinterfaces of JWKBuilder in io.inverno.mod.security.jose.jwk.rsaModifier and TypeInterfaceDescriptioninterfaceRSAJWKBuilder<A extends RSAJWK,B extends RSAJWKBuilder<A, B>> RSA JSON Web Key builder.