All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.crypto.tink.proto.EciesAeadDemParamsOrBuilder Maven / Gradle / Ivy

Go to download

Tink is a small cryptographic library that provides a safe, simple, agile and fast way to accomplish some common cryptographic tasks.

There is a newer version: 1.15.0
Show newest version
// 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