Uses of Interface
io.inverno.mod.security.jose.jwk.X509JWK
Packages that use X509JWK
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 X509JWK in io.inverno.mod.security.jose.internal.jwk
Classes in io.inverno.mod.security.jose.internal.jwk with type parameters of type X509JWKModifier 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.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.Classes in io.inverno.mod.security.jose.internal.jwk that implement X509JWKModifier and TypeClassDescriptionclassAbstractX509JWK<A extends PublicKey,B extends PrivateKey> Base X.509 JSON Web Key implementation. -
Uses of X509JWK in io.inverno.mod.security.jose.internal.jwk.ec
Classes in io.inverno.mod.security.jose.internal.jwk.ec that implement X509JWKModifier and TypeClassDescriptionclassGeneric Elliptic Curve JSON Web Key implementation. -
Uses of X509JWK in io.inverno.mod.security.jose.internal.jwk.okp
Classes in io.inverno.mod.security.jose.internal.jwk.okp that implement X509JWKModifier and TypeClassDescriptionclassAbstractOKPJWK<A extends PublicKey,B extends PrivateKey> Base Octet Key Pair JSON Web Key implementation.classGeneric Edward-Curve JSON Web Key implementation.classGeneric Extended Elliptic Curve JSON Web Key implementation. -
Uses of X509JWK in io.inverno.mod.security.jose.internal.jwk.rsa
Classes in io.inverno.mod.security.jose.internal.jwk.rsa that implement X509JWK -
Uses of X509JWK in io.inverno.mod.security.jose.jwk
Classes in io.inverno.mod.security.jose.jwk with type parameters of type X509JWKModifier 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.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.Methods in io.inverno.mod.security.jose.jwk that return X509JWK -
Uses of X509JWK in io.inverno.mod.security.jose.jwk.ec
Subinterfaces of X509JWK in io.inverno.mod.security.jose.jwk.ec -
Uses of X509JWK in io.inverno.mod.security.jose.jwk.okp
Subinterfaces of X509JWK in io.inverno.mod.security.jose.jwk.okpModifier and TypeInterfaceDescriptioninterfaceEdward-curve JSON Web Key.interfaceOKPJWK<A extends PublicKey,B extends PrivateKey> Octet Key Pair JSON Web Key.interfaceExtended Elliptic curve JSON Web Key. -
Uses of X509JWK in io.inverno.mod.security.jose.jwk.rsa
Subinterfaces of X509JWK in io.inverno.mod.security.jose.jwk.rsa