public interface RsaSsaPssParamsOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
| Modifier and Type | Method and Description |
|---|---|
HashType |
getMgf1Hash()
Hash function used in MGF1 (a mask generation function based on a
hash function) (see https://tools.ietf.org/html/rfc8017#appendix-B.2.1).
|
int |
getMgf1HashValue()
Hash function used in MGF1 (a mask generation function based on a
hash function) (see https://tools.ietf.org/html/rfc8017#appendix-B.2.1).
|
int |
getSaltLength()
Salt length (see https://tools.ietf.org/html/rfc8017#section-9.1.1)
Required.
|
HashType |
getSigHash()
Hash function used in computing hash of the signing message
(see https://tools.ietf.org/html/rfc8017#section-9.1.1).
|
int |
getSigHashValue()
Hash function used in computing hash of the signing message
(see https://tools.ietf.org/html/rfc8017#section-9.1.1).
|
int getSigHashValue()
Hash function used in computing hash of the signing message (see https://tools.ietf.org/html/rfc8017#section-9.1.1). Required.
.google.crypto.tink.HashType sig_hash = 1;HashType getSigHash()
Hash function used in computing hash of the signing message (see https://tools.ietf.org/html/rfc8017#section-9.1.1). Required.
.google.crypto.tink.HashType sig_hash = 1;int getMgf1HashValue()
Hash function used in MGF1 (a mask generation function based on a hash function) (see https://tools.ietf.org/html/rfc8017#appendix-B.2.1). Required.
.google.crypto.tink.HashType mgf1_hash = 2;HashType getMgf1Hash()
Hash function used in MGF1 (a mask generation function based on a hash function) (see https://tools.ietf.org/html/rfc8017#appendix-B.2.1). Required.
.google.crypto.tink.HashType mgf1_hash = 2;int getSaltLength()
Salt length (see https://tools.ietf.org/html/rfc8017#section-9.1.1) Required.
int32 salt_length = 3;