public interface EcdsaParamsOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
| Modifier and Type | Method and Description |
|---|---|
EllipticCurveType |
getCurve()
Required.
|
int |
getCurveValue()
Required.
|
EcdsaSignatureEncoding |
getEncoding()
Required.
|
int |
getEncodingValue()
Required.
|
HashType |
getHashType()
Required.
|
int |
getHashTypeValue()
Required.
|
int getHashTypeValue()
Required.
.google.crypto.tink.HashType hash_type = 1;HashType getHashType()
Required.
.google.crypto.tink.HashType hash_type = 1;int getCurveValue()
Required.
.google.crypto.tink.EllipticCurveType curve = 2;EllipticCurveType getCurve()
Required.
.google.crypto.tink.EllipticCurveType curve = 2;int getEncodingValue()
Required.
.google.crypto.tink.EcdsaSignatureEncoding encoding = 3;EcdsaSignatureEncoding getEncoding()
Required.
.google.crypto.tink.EcdsaSignatureEncoding encoding = 3;