| Package | Description |
|---|---|
| com.google.crypto.tink.proto |
| Modifier and Type | Method and Description |
|---|---|
RsaSsaPkcs1Params.Builder |
RsaSsaPkcs1Params.Builder.clearHashType()
Hash function used in computing hash of the signing message
(see https://tools.ietf.org/html/rfc8017#section-9.2).
|
static RsaSsaPkcs1Params.Builder |
RsaSsaPkcs1Params.newBuilder() |
static RsaSsaPkcs1Params.Builder |
RsaSsaPkcs1Params.newBuilder(RsaSsaPkcs1Params prototype) |
RsaSsaPkcs1Params.Builder |
RsaSsaPkcs1Params.Builder.setHashType(HashType value)
Hash function used in computing hash of the signing message
(see https://tools.ietf.org/html/rfc8017#section-9.2).
|
RsaSsaPkcs1Params.Builder |
RsaSsaPkcs1Params.Builder.setHashTypeValue(int value)
Hash function used in computing hash of the signing message
(see https://tools.ietf.org/html/rfc8017#section-9.2).
|
| Modifier and Type | Method and Description |
|---|---|
RsaSsaPkcs1PublicKey.Builder |
RsaSsaPkcs1PublicKey.Builder.setParams(RsaSsaPkcs1Params.Builder builderForValue)
Required.
|
RsaSsaPkcs1KeyFormat.Builder |
RsaSsaPkcs1KeyFormat.Builder.setParams(RsaSsaPkcs1Params.Builder builderForValue)
Required.
|