static RsaJWK.Builder |
RsaJWK.builder(String modulus,
String publicExponent) |
Get the builder.
|
static RsaJWK.Builder |
RsaJWK.builder(RSAPublicKey publicKey) |
Get the builder.
|
RsaJWK.Builder |
RsaJWK.Builder.crtCoefficient(String crtCoefficient) |
Set the RSA First CRT Coefficient value.
|
RsaJWK.Builder |
RsaJWK.Builder.otherPrimesInfo(List<RsaJWK.PrimesInfo> otherPrimesInfo) |
Set the RSA other factors value.
|
RsaJWK.Builder |
RsaJWK.Builder.primeP(String primeP) |
Set the RSA First Prime Factor value.
|
RsaJWK.Builder |
RsaJWK.Builder.primePExponent(String primePExponent) |
Set the RSA First Factor CRT Exponent value.
|
RsaJWK.Builder |
RsaJWK.Builder.primeQ(String primeQ) |
Set the RSA Second Prime Factor value.
|
RsaJWK.Builder |
RsaJWK.Builder.primeQExponent(String primeQExponent) |
Set the RSA Second factor CRT Exponent value.
|
RsaJWK.Builder |
RsaJWK.Builder.privateExponent(String privateExponent) |
Set the RSA Private Exponent value.
|
RsaJWK.Builder |
RsaJWK.Builder.rsaPrivateCrtKey(RSAPrivateCrtKey privCert) |
Sets the RSA private certificate key.
|
RsaJWK.Builder |
RsaJWK.Builder.rsaPrivateKey(RSAPrivateKey privateKey) |
Sets the RSA private key.
|