A - the type of PublicKey provided by the created OctetPublicJwk (e.g. XECPublicKey, EdECPublicKey, etc).B - the type of PrivateKey that may be paired with the PublicKey to produce an
OctetPrivateJwk if desired. For example, XECPrivateKey, EdECPrivateKey, etc.public interface OctetPublicJwkBuilder<A extends PublicKey,B extends PrivateKey> extends PublicJwkBuilder<A,B,OctetPublicJwk<A>,OctetPrivateJwk<B,A>,OctetPrivateJwkBuilder<B,A>,OctetPublicJwkBuilder<A,B>>
PublicJwkBuilder that creates OctetPublicJwk instances.privateKeypublicKeyUsealgorithm, id, idFromThumbprint, idFromThumbprint, operationsadd, add, delete, emptyprovider, randomoperationPolicyx509Sha1Thumbprint, x509Sha256Thumbprintx509Chain, x509Sha1Thumbprint, x509Sha256Thumbprint, x509UrlCopyright © 2014–2024 jsonwebtoken.io. All rights reserved.