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

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

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: proto/aes_gcm.proto

package com.google.crypto.tink.proto;

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

  /**
   * uint32 key_size = 2;
   * @return The keySize.
   */
  int getKeySize();

  /**
   * uint32 version = 3;
   * @return The version.
   */
  int getVersion();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy