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

package com.google.crypto.tink.proto;

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

  
uint32 tag_size = 1;
Returns:The tagSize.
/** * <code>uint32 tag_size = 1;</code> * @return The tagSize. */
int getTagSize(); }