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

com.google.crypto.tink.proto.AesCtrHmacAeadKeyOrBuilder 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.16.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: proto/aes_ctr_hmac_aead.proto

package com.google.crypto.tink.proto;

public interface AesCtrHmacAeadKeyOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.crypto.tink.AesCtrHmacAeadKey)
    com.google.protobuf.MessageOrBuilder {

  /**
   * uint32 version = 1;
   */
  int getVersion();

  /**
   * .google.crypto.tink.AesCtrKey aes_ctr_key = 2;
   */
  boolean hasAesCtrKey();
  /**
   * .google.crypto.tink.AesCtrKey aes_ctr_key = 2;
   */
  com.google.crypto.tink.proto.AesCtrKey getAesCtrKey();
  /**
   * .google.crypto.tink.AesCtrKey aes_ctr_key = 2;
   */
  com.google.crypto.tink.proto.AesCtrKeyOrBuilder getAesCtrKeyOrBuilder();

  /**
   * .google.crypto.tink.HmacKey hmac_key = 3;
   */
  boolean hasHmacKey();
  /**
   * .google.crypto.tink.HmacKey hmac_key = 3;
   */
  com.google.crypto.tink.proto.HmacKey getHmacKey();
  /**
   * .google.crypto.tink.HmacKey hmac_key = 3;
   */
  com.google.crypto.tink.proto.HmacKeyOrBuilder getHmacKeyOrBuilder();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy