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

package com.google.crypto.tink.proto;

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

  
HashType is an enum.
.google.crypto.tink.HashType hash = 1;
Returns:The enum numeric value on the wire for hash.
/** * <pre> * HashType is an enum. * </pre> * * <code>.google.crypto.tink.HashType hash = 1;</code> * @return The enum numeric value on the wire for hash. */
int getHashValue();
HashType is an enum.
.google.crypto.tink.HashType hash = 1;
Returns:The hash.
/** * <pre> * HashType is an enum. * </pre> * * <code>.google.crypto.tink.HashType hash = 1;</code> * @return The hash. */
com.google.crypto.tink.proto.HashType getHash();
uint32 tag_size = 2;
Returns:The tagSize.
/** * <code>uint32 tag_size = 2;</code> * @return The tagSize. */
int getTagSize(); }