public interface HkdfPrfParamsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint 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;