public final class EcdsaParams extends com.google.protobuf.GeneratedMessageLite<EcdsaParams,EcdsaParams.Builder> implements EcdsaParamsOrBuilder
Protos for Ecdsa.Protobuf type
google.crypto.tink.EcdsaParams| Modifier and Type | Class and Description |
|---|---|
static class |
EcdsaParams.Builder
Protos for Ecdsa.
|
com.google.protobuf.GeneratedMessageLite.DefaultInstanceBasedParser<T extends com.google.protobuf.GeneratedMessageLite<T,?>>, com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends com.google.protobuf.MessageLite,Type>, com.google.protobuf.GeneratedMessageLite.MethodToInvoke, com.google.protobuf.GeneratedMessageLite.SerializedForm| Modifier and Type | Field and Description |
|---|---|
static int |
CURVE_FIELD_NUMBER |
static int |
ENCODING_FIELD_NUMBER |
static int |
HASH_TYPE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method,
Object arg0,
Object arg1) |
EllipticCurveType |
getCurve()
Required.
|
int |
getCurveValue()
Required.
|
static EcdsaParams |
getDefaultInstance() |
EcdsaSignatureEncoding |
getEncoding()
Required.
|
int |
getEncodingValue()
Required.
|
HashType |
getHashType()
Required.
|
int |
getHashTypeValue()
Required.
|
static EcdsaParams.Builder |
newBuilder() |
static EcdsaParams.Builder |
newBuilder(EcdsaParams prototype) |
static EcdsaParams |
parseDelimitedFrom(InputStream input) |
static EcdsaParams |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EcdsaParams |
parseFrom(byte[] data) |
static EcdsaParams |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EcdsaParams |
parseFrom(ByteBuffer data) |
static EcdsaParams |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EcdsaParams |
parseFrom(com.google.protobuf.ByteString data) |
static EcdsaParams |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EcdsaParams |
parseFrom(com.google.protobuf.CodedInputStream input) |
static EcdsaParams |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EcdsaParams |
parseFrom(InputStream input) |
static EcdsaParams |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<EcdsaParams> |
parser() |
createBuilder, createBuilder, dynamicMethod, dynamicMethod, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, emptyProtobufList, equals, getDefaultInstanceForType, getParserForType, getSerializedSize, hashCode, isInitialized, isInitialized, makeImmutable, mergeLengthDelimitedField, mergeUnknownFields, mergeVarintField, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBuilderForType, newMessageInfo, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseDelimitedFrom, parseDelimitedFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parsePartialFrom, parseUnknownField, registerDefaultInstance, toBuilder, toString, writeToaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTopublic static final int HASH_TYPE_FIELD_NUMBER
public static final int CURVE_FIELD_NUMBER
public static final int ENCODING_FIELD_NUMBER
public int getHashTypeValue()
Required.
.google.crypto.tink.HashType hash_type = 1;getHashTypeValue in interface EcdsaParamsOrBuilderpublic HashType getHashType()
Required.
.google.crypto.tink.HashType hash_type = 1;getHashType in interface EcdsaParamsOrBuilderpublic int getCurveValue()
Required.
.google.crypto.tink.EllipticCurveType curve = 2;getCurveValue in interface EcdsaParamsOrBuilderpublic EllipticCurveType getCurve()
Required.
.google.crypto.tink.EllipticCurveType curve = 2;getCurve in interface EcdsaParamsOrBuilderpublic int getEncodingValue()
Required.
.google.crypto.tink.EcdsaSignatureEncoding encoding = 3;getEncodingValue in interface EcdsaParamsOrBuilderpublic EcdsaSignatureEncoding getEncoding()
Required.
.google.crypto.tink.EcdsaSignatureEncoding encoding = 3;getEncoding in interface EcdsaParamsOrBuilderpublic static EcdsaParams parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static EcdsaParams parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static EcdsaParams parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static EcdsaParams parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static EcdsaParams parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static EcdsaParams parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static EcdsaParams parseFrom(InputStream input) throws IOException
IOExceptionpublic static EcdsaParams parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static EcdsaParams parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static EcdsaParams parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static EcdsaParams parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static EcdsaParams parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static EcdsaParams.Builder newBuilder()
public static EcdsaParams.Builder newBuilder(EcdsaParams prototype)
protected final Object dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, Object arg0, Object arg1)
dynamicMethod in class com.google.protobuf.GeneratedMessageLite<EcdsaParams,EcdsaParams.Builder>public static EcdsaParams getDefaultInstance()
public static com.google.protobuf.Parser<EcdsaParams> parser()