| Package | Description |
|---|---|
| com.google.crypto.tink.signature |
| Modifier and Type | Method and Description |
|---|---|
static RsaSsaPssPrivateKey.Builder |
RsaSsaPssPrivateKey.builder() |
RsaSsaPssPrivateKey.Builder |
RsaSsaPssPrivateKey.Builder.setCrtCoefficient(SecretBigInteger qInv)
Sets the CRT coefficient qInv.
|
RsaSsaPssPrivateKey.Builder |
RsaSsaPssPrivateKey.Builder.setPrimeExponents(SecretBigInteger dP,
SecretBigInteger dQ)
Sets the prime exponents dP and dQ.
|
RsaSsaPssPrivateKey.Builder |
RsaSsaPssPrivateKey.Builder.setPrimes(SecretBigInteger p,
SecretBigInteger q)
Sets the prime factors p and q.
|
RsaSsaPssPrivateKey.Builder |
RsaSsaPssPrivateKey.Builder.setPrivateExponent(SecretBigInteger d)
Sets the private exponent d.
|
RsaSsaPssPrivateKey.Builder |
RsaSsaPssPrivateKey.Builder.setPublicKey(RsaSsaPssPublicKey publicKey)
Sets the public key, which includes the parameters.
|