public interface EciesAeadDemParamsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
KeyTemplate |
getAeadDem()
Required.
|
KeyTemplateOrBuilder |
getAeadDemOrBuilder()
Required.
|
boolean |
hasAeadDem()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasAeadDem()
Required. Contains an Aead or DeterministicAead key format (e.g: AesCtrHmacAeadKeyFormat, AesGcmKeyFormat or AesSivKeyFormat). The output_prefix_type in this template here is ignored (RAW is assumed).
.google.crypto.tink.KeyTemplate aead_dem = 2;KeyTemplate getAeadDem()
Required. Contains an Aead or DeterministicAead key format (e.g: AesCtrHmacAeadKeyFormat, AesGcmKeyFormat or AesSivKeyFormat). The output_prefix_type in this template here is ignored (RAW is assumed).
.google.crypto.tink.KeyTemplate aead_dem = 2;KeyTemplateOrBuilder getAeadDemOrBuilder()
Required. Contains an Aead or DeterministicAead key format (e.g: AesCtrHmacAeadKeyFormat, AesGcmKeyFormat or AesSivKeyFormat). The output_prefix_type in this template here is ignored (RAW is assumed).
.google.crypto.tink.KeyTemplate aead_dem = 2;