public interface HkdfPrfParamsOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
| Modifier and Type | Method and Description |
|---|---|
HashType |
getHash()
.google.crypto.tink.HashType hash = 1; |
int |
getHashValue()
.google.crypto.tink.HashType hash = 1; |
com.google.protobuf.ByteString |
getSalt()
Optional.
|
int getHashValue()
.google.crypto.tink.HashType hash = 1;HashType getHash()
.google.crypto.tink.HashType hash = 1;com.google.protobuf.ByteString getSalt()
Optional. An unspecified or zero-length value is equivalent to a sequence of zeros (0x00) with a length equal to the output size of hash. See https://rfc-editor.org/rfc/rfc5869.
bytes salt = 2;