| Package | Description |
|---|---|
| com.google.crypto.tink.proto |
| Modifier and Type | Method and Description |
|---|---|
static HpkeAead |
HpkeAead.forNumber(int value) |
HpkeAead |
HpkeParamsOrBuilder.getAead()
.google.crypto.tink.HpkeAead aead = 3; |
HpkeAead |
HpkeParams.getAead()
.google.crypto.tink.HpkeAead aead = 3; |
HpkeAead |
HpkeParams.Builder.getAead()
.google.crypto.tink.HpkeAead aead = 3; |
static HpkeAead |
HpkeAead.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static HpkeAead |
HpkeAead.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HpkeAead[] |
HpkeAead.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<HpkeAead> |
HpkeAead.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
HpkeParams.Builder |
HpkeParams.Builder.setAead(HpkeAead value)
.google.crypto.tink.HpkeAead aead = 3; |