public interface RsaSsaPkcs1ParamsOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
| Modifier and Type | Method and Description |
|---|---|
HashType |
getHashType()
Hash function used in computing hash of the signing message
(see https://tools.ietf.org/html/rfc8017#section-9.2).
|
int |
getHashTypeValue()
Hash function used in computing hash of the signing message
(see https://tools.ietf.org/html/rfc8017#section-9.2).
|
int getHashTypeValue()
Hash function used in computing hash of the signing message (see https://tools.ietf.org/html/rfc8017#section-9.2). Required.
.google.crypto.tink.HashType hash_type = 1;HashType getHashType()
Hash function used in computing hash of the signing message (see https://tools.ietf.org/html/rfc8017#section-9.2). Required.
.google.crypto.tink.HashType hash_type = 1;