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

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

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

package com.google.crypto.tink.proto;

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

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy