Uses of Interface
io.inverno.mod.security.jose.jwk.AsymmetricJWK
Packages that use AsymmetricJWK
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 AsymmetricJWK in io.inverno.mod.security.jose.internal.jwk
Classes in io.inverno.mod.security.jose.internal.jwk that implement AsymmetricJWKModifier and TypeClassDescriptionclassAbstractX509JWK<A extends PublicKey,B extends PrivateKey> Base X.509 JSON Web Key implementation. -
Uses of AsymmetricJWK in io.inverno.mod.security.jose.internal.jwk.ec
Classes in io.inverno.mod.security.jose.internal.jwk.ec that implement AsymmetricJWKModifier and TypeClassDescriptionclassGeneric Elliptic Curve JSON Web Key implementation. -
Uses of AsymmetricJWK in io.inverno.mod.security.jose.internal.jwk.okp
Classes in io.inverno.mod.security.jose.internal.jwk.okp that implement AsymmetricJWKModifier 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 AsymmetricJWK in io.inverno.mod.security.jose.internal.jwk.rsa
Classes in io.inverno.mod.security.jose.internal.jwk.rsa that implement AsymmetricJWK -
Uses of AsymmetricJWK in io.inverno.mod.security.jose.jwk
Subinterfaces of AsymmetricJWK in io.inverno.mod.security.jose.jwkModifier and TypeInterfaceDescriptioninterfaceX509JWK<A extends PublicKey,B extends PrivateKey> An asymmetric JSON Web key that supports X.509 JOSE header parameters: x5u, x5c, x5t and x5t#S256.Methods in io.inverno.mod.security.jose.jwk that return AsymmetricJWK -
Uses of AsymmetricJWK in io.inverno.mod.security.jose.jwk.ec
Subinterfaces of AsymmetricJWK in io.inverno.mod.security.jose.jwk.ec -
Uses of AsymmetricJWK in io.inverno.mod.security.jose.jwk.okp
Subinterfaces of AsymmetricJWK 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 AsymmetricJWK in io.inverno.mod.security.jose.jwk.rsa
Subinterfaces of AsymmetricJWK in io.inverno.mod.security.jose.jwk.rsa