| Package | Description |
|---|---|
| com.google.crypto.tink.hybrid | |
| com.google.crypto.tink.proto |
| Modifier and Type | Method and Description |
|---|---|
static KeyTemplate |
HybridKeyTemplates.createEciesAeadHkdfKeyTemplate(EllipticCurveType curve,
HashType hashType,
EcPointFormat ecPointFormat,
KeyTemplate demKeyTemplate,
OutputPrefixType outputPrefixType,
byte[] salt) |
static EciesAeadHkdfParams |
HybridKeyTemplates.createEciesAeadHkdfParams(EllipticCurveType curve,
HashType hashType,
EcPointFormat ecPointFormat,
KeyTemplate demKeyTemplate,
byte[] salt) |
| Modifier and Type | Method and Description |
|---|---|
static EcPointFormat |
EcPointFormat.forNumber(int value) |
EcPointFormat |
EciesAeadHkdfParamsOrBuilder.getEcPointFormat()
EC point format.
|
EcPointFormat |
EciesAeadHkdfParams.getEcPointFormat()
EC point format.
|
EcPointFormat |
EciesAeadHkdfParams.Builder.getEcPointFormat()
EC point format.
|
static EcPointFormat |
EcPointFormat.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static EcPointFormat |
EcPointFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EcPointFormat[] |
EcPointFormat.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<EcPointFormat> |
EcPointFormat.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
EciesAeadHkdfParams.Builder |
EciesAeadHkdfParams.Builder.setEcPointFormat(EcPointFormat value)
EC point format.
|