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

package com.google.crypto.tink.proto;

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

  
Required.
.google.crypto.tink.EcdsaParams params = 2;
Returns:Whether the params field is set.
/** * <pre> * Required. * </pre> * * <code>.google.crypto.tink.EcdsaParams params = 2;</code> * @return Whether the params field is set. */
boolean hasParams();
Required.
.google.crypto.tink.EcdsaParams params = 2;
Returns:The params.
/** * <pre> * Required. * </pre> * * <code>.google.crypto.tink.EcdsaParams params = 2;</code> * @return The params. */
com.google.crypto.tink.proto.EcdsaParams getParams();
Required.
.google.crypto.tink.EcdsaParams params = 2;
/** * <pre> * Required. * </pre> * * <code>.google.crypto.tink.EcdsaParams params = 2;</code> */
com.google.crypto.tink.proto.EcdsaParamsOrBuilder getParamsOrBuilder(); }