All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.crypto.tink.proto.EcdsaParamsOrBuilder Maven / Gradle / Ivy

Go to download

Tink is a small cryptographic library that provides a safe, simple, agile and fast way to accomplish some common cryptographic tasks.

There is a newer version: 1.16.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: proto/ecdsa.proto

package com.google.crypto.tink.proto;

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

  /**
   * 
   * Required.
   * 
* * .google.crypto.tink.HashType hash_type = 1; */ int getHashTypeValue(); /** *
   * Required.
   * 
* * .google.crypto.tink.HashType hash_type = 1; */ com.google.crypto.tink.proto.HashType getHashType(); /** *
   * Required.
   * 
* * .google.crypto.tink.EllipticCurveType curve = 2; */ int getCurveValue(); /** *
   * Required.
   * 
* * .google.crypto.tink.EllipticCurveType curve = 2; */ com.google.crypto.tink.proto.EllipticCurveType getCurve(); /** *
   * Required.
   * 
* * .google.crypto.tink.EcdsaSignatureEncoding encoding = 3; */ int getEncodingValue(); /** *
   * Required.
   * 
* * .google.crypto.tink.EcdsaSignatureEncoding encoding = 3; */ com.google.crypto.tink.proto.EcdsaSignatureEncoding getEncoding(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy