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