Uses of Class
io.inverno.mod.security.jose.internal.jwk.okp.AbstractOKPJWK
Packages that use AbstractOKPJWK
Package
Description
Octet Key Pair JSON Web Key implementation.
-
Uses of AbstractOKPJWK in io.inverno.mod.security.jose.internal.jwk.okp
Classes in io.inverno.mod.security.jose.internal.jwk.okp with type parameters of type AbstractOKPJWKModifier and TypeClassDescriptionclassAbstractOKPJWKFactory<A extends PublicKey,B extends PrivateKey, C extends AbstractOKPJWK<A, B>, D extends AbstractOKPJWKBuilder<A, B, C, D>, E extends AbstractOKPJWKGenerator<A, B, C, E>> Base Octet Key Pair JSON Web Key factory implementation.classAbstractOKPJWKGenerator<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.Subclasses of AbstractOKPJWK in io.inverno.mod.security.jose.internal.jwk.okpModifier and TypeClassDescriptionclassGeneric Edward-Curve JSON Web Key implementation.classGeneric Extended Elliptic Curve JSON Web Key implementation.