Interface RSAJWKGenerator<A extends RSAJWK,B extends RSAJWKGenerator<A,B>>

Type Parameters:
A - the RSA JWK type
B - the RSA JWK generator type
All Superinterfaces:
JWKGenerator<A,B>, X509JWKGenerator<RSAPublicKey,RSAPrivateKey,A,B>

public interface RSAJWKGenerator<A extends RSAJWK,B extends RSAJWKGenerator<A,B>> extends X509JWKGenerator<RSAPublicKey,RSAPrivateKey,A,B>

RSA JSON Web Key generator.

Since:
1.5
Author:
Jeremy Kuhn
  • Method Details

    • keySize

      B keySize(int keySize)

      Specifies the size of the key to generate in bytes.

      Parameters:
      keySize - the size of the key in bytes
      Returns:
      this generator