public static final class EcdsaParams.Builder extends com.google.protobuf.GeneratedMessage.Builder<EcdsaParams.Builder> implements EcdsaParamsOrBuilder
Protos for Ecdsa.Protobuf type
google.crypto.tink.EcdsaParamsaddRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<EcdsaParams.Builder>public EcdsaParams.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<EcdsaParams.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<EcdsaParams.Builder>public EcdsaParams getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic EcdsaParams build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic EcdsaParams buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic EcdsaParams.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<EcdsaParams.Builder>public EcdsaParams.Builder mergeFrom(EcdsaParams other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<EcdsaParams.Builder>public EcdsaParams.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<EcdsaParams.Builder>IOExceptionpublic int getHashTypeValue()
Required.
.google.crypto.tink.HashType hash_type = 1;getHashTypeValue in interface EcdsaParamsOrBuilderpublic EcdsaParams.Builder setHashTypeValue(int value)
Required.
.google.crypto.tink.HashType hash_type = 1;value - The enum numeric value on the wire for hashType to set.public HashType getHashType()
Required.
.google.crypto.tink.HashType hash_type = 1;getHashType in interface EcdsaParamsOrBuilderpublic EcdsaParams.Builder setHashType(HashType value)
Required.
.google.crypto.tink.HashType hash_type = 1;value - The hashType to set.public EcdsaParams.Builder clearHashType()
Required.
.google.crypto.tink.HashType hash_type = 1;public int getCurveValue()
Required.
.google.crypto.tink.EllipticCurveType curve = 2;getCurveValue in interface EcdsaParamsOrBuilderpublic EcdsaParams.Builder setCurveValue(int value)
Required.
.google.crypto.tink.EllipticCurveType curve = 2;value - The enum numeric value on the wire for curve to set.public EllipticCurveType getCurve()
Required.
.google.crypto.tink.EllipticCurveType curve = 2;getCurve in interface EcdsaParamsOrBuilderpublic EcdsaParams.Builder setCurve(EllipticCurveType value)
Required.
.google.crypto.tink.EllipticCurveType curve = 2;value - The curve to set.public EcdsaParams.Builder clearCurve()
Required.
.google.crypto.tink.EllipticCurveType curve = 2;public int getEncodingValue()
Required.
.google.crypto.tink.EcdsaSignatureEncoding encoding = 3;getEncodingValue in interface EcdsaParamsOrBuilderpublic EcdsaParams.Builder setEncodingValue(int value)
Required.
.google.crypto.tink.EcdsaSignatureEncoding encoding = 3;value - The enum numeric value on the wire for encoding to set.public EcdsaSignatureEncoding getEncoding()
Required.
.google.crypto.tink.EcdsaSignatureEncoding encoding = 3;getEncoding in interface EcdsaParamsOrBuilderpublic EcdsaParams.Builder setEncoding(EcdsaSignatureEncoding value)
Required.
.google.crypto.tink.EcdsaSignatureEncoding encoding = 3;value - The encoding to set.public EcdsaParams.Builder clearEncoding()
Required.
.google.crypto.tink.EcdsaSignatureEncoding encoding = 3;