com.google.crypto.tink.proto.EcdsaParamsOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tink Show documentation
Show all versions of tink Show documentation
Tink is a small cryptographic library that provides a safe, simple, agile and fast way to accomplish some common cryptographic tasks.
// 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