| Package | Description |
|---|---|
| com.google.crypto.tink.signature |
| Modifier and Type | Field and Description |
|---|---|
static RsaSsaPkcs1Parameters |
PredefinedSignatureParameters.RSA_SSA_PKCS1_3072_SHA256_F4
A
Parameters that generates new instances of RsaSsaPkcs1PrivateKey objects with
the following parameters:
Hash function: SHA256. |
static RsaSsaPkcs1Parameters |
PredefinedSignatureParameters.RSA_SSA_PKCS1_3072_SHA256_F4_WITHOUT_PREFIX
A
Parameters that generates new instances of RsaSsaPkcs1PrivateKey objects with
the following parameters:
Hash function: SHA256. |
static RsaSsaPkcs1Parameters |
PredefinedSignatureParameters.RSA_SSA_PKCS1_4096_SHA512_F4
A
Parameters that generates new instances of RsaSsaPkcs1PrivateKey objects with
the following parameters:
Hash function: SHA512. |
| Modifier and Type | Method and Description |
|---|---|
RsaSsaPkcs1Parameters |
RsaSsaPkcs1Parameters.Builder.build() |
RsaSsaPkcs1Parameters |
RsaSsaPkcs1PublicKey.getParameters() |
RsaSsaPkcs1Parameters |
RsaSsaPkcs1PrivateKey.getParameters()
Returns the key parameters.
|
| Modifier and Type | Method and Description |
|---|---|
RsaSsaPkcs1PublicKey.Builder |
RsaSsaPkcs1PublicKey.Builder.setParameters(RsaSsaPkcs1Parameters parameters) |