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

package com.google.crypto.tink.proto;

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

  
.google.crypto.tink.HmacParams params = 1;
Returns:Whether the params field is set.
/** * <code>.google.crypto.tink.HmacParams params = 1;</code> * @return Whether the params field is set. */
boolean hasParams();
.google.crypto.tink.HmacParams params = 1;
Returns:The params.
/** * <code>.google.crypto.tink.HmacParams params = 1;</code> * @return The params. */
com.google.crypto.tink.proto.HmacParams getParams();
.google.crypto.tink.HmacParams params = 1;
/** * <code>.google.crypto.tink.HmacParams params = 1;</code> */
com.google.crypto.tink.proto.HmacParamsOrBuilder getParamsOrBuilder();
uint32 key_size = 2;
Returns:The keySize.
/** * <code>uint32 key_size = 2;</code> * @return The keySize. */
int getKeySize(); }