| Package | Description |
|---|---|
| com.google.crypto.tink.proto |
| Modifier and Type | Method and Description |
|---|---|
static HpkeKdf |
HpkeKdf.forNumber(int value) |
HpkeKdf |
HpkeParamsOrBuilder.getKdf()
.google.crypto.tink.HpkeKdf kdf = 2; |
HpkeKdf |
HpkeParams.getKdf()
.google.crypto.tink.HpkeKdf kdf = 2; |
HpkeKdf |
HpkeParams.Builder.getKdf()
.google.crypto.tink.HpkeKdf kdf = 2; |
static HpkeKdf |
HpkeKdf.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static HpkeKdf |
HpkeKdf.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HpkeKdf[] |
HpkeKdf.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<HpkeKdf> |
HpkeKdf.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
HpkeParams.Builder |
HpkeParams.Builder.setKdf(HpkeKdf value)
.google.crypto.tink.HpkeKdf kdf = 2; |