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

package com.google.crypto.tink.proto;

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

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