| Package | Description |
|---|---|
| com.google.crypto.tink.proto |
| Modifier and Type | Method and Description |
|---|---|
RsaSsaPkcs1PrivateKey.Builder |
RsaSsaPkcs1PrivateKey.Builder.clearCrt()
Chinese Remainder Theorem coefficient q^(-1) mod p.
|
RsaSsaPkcs1PrivateKey.Builder |
RsaSsaPkcs1PrivateKey.Builder.clearD()
Private exponent.
|
RsaSsaPkcs1PrivateKey.Builder |
RsaSsaPkcs1PrivateKey.Builder.clearDp()
d mod (p - 1).
|
RsaSsaPkcs1PrivateKey.Builder |
RsaSsaPkcs1PrivateKey.Builder.clearDq()
d mod (q - 1).
|
RsaSsaPkcs1PrivateKey.Builder |
RsaSsaPkcs1PrivateKey.Builder.clearP()
The following parameters are used to optimize RSA signature computation.
|
RsaSsaPkcs1PrivateKey.Builder |
RsaSsaPkcs1PrivateKey.Builder.clearPublicKey()
Required.
|
RsaSsaPkcs1PrivateKey.Builder |
RsaSsaPkcs1PrivateKey.Builder.clearQ()
The prime factor q of n.
|
RsaSsaPkcs1PrivateKey.Builder |
RsaSsaPkcs1PrivateKey.Builder.clearVersion()
Required.
|
RsaSsaPkcs1PrivateKey.Builder |
RsaSsaPkcs1PrivateKey.Builder.mergePublicKey(RsaSsaPkcs1PublicKey value)
Required.
|
static RsaSsaPkcs1PrivateKey.Builder |
RsaSsaPkcs1PrivateKey.newBuilder() |
static RsaSsaPkcs1PrivateKey.Builder |
RsaSsaPkcs1PrivateKey.newBuilder(RsaSsaPkcs1PrivateKey prototype) |
RsaSsaPkcs1PrivateKey.Builder |
RsaSsaPkcs1PrivateKey.Builder.setCrt(com.google.protobuf.ByteString value)
Chinese Remainder Theorem coefficient q^(-1) mod p.
|
RsaSsaPkcs1PrivateKey.Builder |
RsaSsaPkcs1PrivateKey.Builder.setD(com.google.protobuf.ByteString value)
Private exponent.
|
RsaSsaPkcs1PrivateKey.Builder |
RsaSsaPkcs1PrivateKey.Builder.setDp(com.google.protobuf.ByteString value)
d mod (p - 1).
|
RsaSsaPkcs1PrivateKey.Builder |
RsaSsaPkcs1PrivateKey.Builder.setDq(com.google.protobuf.ByteString value)
d mod (q - 1).
|
RsaSsaPkcs1PrivateKey.Builder |
RsaSsaPkcs1PrivateKey.Builder.setP(com.google.protobuf.ByteString value)
The following parameters are used to optimize RSA signature computation.
|
RsaSsaPkcs1PrivateKey.Builder |
RsaSsaPkcs1PrivateKey.Builder.setPublicKey(RsaSsaPkcs1PublicKey.Builder builderForValue)
Required.
|
RsaSsaPkcs1PrivateKey.Builder |
RsaSsaPkcs1PrivateKey.Builder.setPublicKey(RsaSsaPkcs1PublicKey value)
Required.
|
RsaSsaPkcs1PrivateKey.Builder |
RsaSsaPkcs1PrivateKey.Builder.setQ(com.google.protobuf.ByteString value)
The prime factor q of n.
|
RsaSsaPkcs1PrivateKey.Builder |
RsaSsaPkcs1PrivateKey.Builder.setVersion(int value)
Required.
|