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

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

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

package com.google.crypto.tink.proto;

public interface AesCtrKeyFormatOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.crypto.tink.AesCtrKeyFormat)
    com.google.protobuf.MessageLiteOrBuilder {

  /**
   * .google.crypto.tink.AesCtrParams params = 1;
   * @return Whether the params field is set.
   */
  boolean hasParams();
  /**
   * .google.crypto.tink.AesCtrParams params = 1;
   * @return The params.
   */
  com.google.crypto.tink.proto.AesCtrParams getParams();

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy