com.google.crypto.tink.proto.EciesAeadDemParamsOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tink Show documentation
Show all versions of tink Show documentation
Tink is a small cryptographic library that provides a safe, simple, agile and fast way to accomplish some common cryptographic tasks.
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: proto/ecies_aead_hkdf.proto
package com.google.crypto.tink.proto;
public interface EciesAeadDemParamsOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.crypto.tink.EciesAeadDemParams)
com.google.protobuf.MessageOrBuilder {
/**
*
* Required.
* Contains an Aead or DeterministicAead key format (e.g:
* AesCtrHmacAeadKeyFormat, AesGcmKeyFormat or AesSivKeyFormat).
*
*
* .google.crypto.tink.KeyTemplate aead_dem = 2;
* @return Whether the aeadDem field is set.
*/
boolean hasAeadDem();
/**
*
* Required.
* Contains an Aead or DeterministicAead key format (e.g:
* AesCtrHmacAeadKeyFormat, AesGcmKeyFormat or AesSivKeyFormat).
*
*
* .google.crypto.tink.KeyTemplate aead_dem = 2;
* @return The aeadDem.
*/
com.google.crypto.tink.proto.KeyTemplate getAeadDem();
/**
*
* Required.
* Contains an Aead or DeterministicAead key format (e.g:
* AesCtrHmacAeadKeyFormat, AesGcmKeyFormat or AesSivKeyFormat).
*
*
* .google.crypto.tink.KeyTemplate aead_dem = 2;
*/
com.google.crypto.tink.proto.KeyTemplateOrBuilder getAeadDemOrBuilder();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy