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-android Show documentation
Show all versions of tink-android Show documentation
Tink is a small cryptographic library that provides a safe, simple, agile and fast way to accomplish some common cryptographic tasks.
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: proto/ecdsa.proto
// Protobuf Java Version: 4.28.2
package com.google.crypto.tink.proto;
public interface EcdsaParamsOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.crypto.tink.EcdsaParams)
com.google.protobuf.MessageLiteOrBuilder {
/**
*
* Required.
*
*
* .google.crypto.tink.HashType hash_type = 1;
* @return The enum numeric value on the wire for hashType.
*/
int getHashTypeValue();
/**
*
* Required.
*
*
* .google.crypto.tink.HashType hash_type = 1;
* @return The hashType.
*/
com.google.crypto.tink.proto.HashType getHashType();
/**
*
* Required.
*
*
* .google.crypto.tink.EllipticCurveType curve = 2;
* @return The enum numeric value on the wire for curve.
*/
int getCurveValue();
/**
*
* Required.
*
*
* .google.crypto.tink.EllipticCurveType curve = 2;
* @return The curve.
*/
com.google.crypto.tink.proto.EllipticCurveType getCurve();
/**
*
* Required.
*
*
* .google.crypto.tink.EcdsaSignatureEncoding encoding = 3;
* @return The enum numeric value on the wire for encoding.
*/
int getEncodingValue();
/**
*
* Required.
*
*
* .google.crypto.tink.EcdsaSignatureEncoding encoding = 3;
* @return The encoding.
*/
com.google.crypto.tink.proto.EcdsaSignatureEncoding getEncoding();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy