public static final class RsaSsaPkcs1Params.Builder extends com.google.protobuf.GeneratedMessage.Builder<RsaSsaPkcs1Params.Builder> implements RsaSsaPkcs1ParamsOrBuilder
google.crypto.tink.RsaSsaPkcs1Params| Modifier and Type | Method and Description |
|---|---|
RsaSsaPkcs1Params |
build() |
RsaSsaPkcs1Params |
buildPartial() |
RsaSsaPkcs1Params.Builder |
clear() |
RsaSsaPkcs1Params.Builder |
clearHashType()
Hash function used in computing hash of the signing message
(see https://tools.ietf.org/html/rfc8017#section-9.2).
|
RsaSsaPkcs1Params |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
HashType |
getHashType()
Hash function used in computing hash of the signing message
(see https://tools.ietf.org/html/rfc8017#section-9.2).
|
int |
getHashTypeValue()
Hash function used in computing hash of the signing message
(see https://tools.ietf.org/html/rfc8017#section-9.2).
|
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
RsaSsaPkcs1Params.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
RsaSsaPkcs1Params.Builder |
mergeFrom(com.google.protobuf.Message other) |
RsaSsaPkcs1Params.Builder |
mergeFrom(RsaSsaPkcs1Params other) |
RsaSsaPkcs1Params.Builder |
setHashType(HashType value)
Hash function used in computing hash of the signing message
(see https://tools.ietf.org/html/rfc8017#section-9.2).
|
RsaSsaPkcs1Params.Builder |
setHashTypeValue(int value)
Hash function used in computing hash of the signing message
(see https://tools.ietf.org/html/rfc8017#section-9.2).
|
addRepeatedField, 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<RsaSsaPkcs1Params.Builder>public RsaSsaPkcs1Params.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<RsaSsaPkcs1Params.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<RsaSsaPkcs1Params.Builder>public RsaSsaPkcs1Params getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic RsaSsaPkcs1Params build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic RsaSsaPkcs1Params buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic RsaSsaPkcs1Params.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<RsaSsaPkcs1Params.Builder>public RsaSsaPkcs1Params.Builder mergeFrom(RsaSsaPkcs1Params other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<RsaSsaPkcs1Params.Builder>public RsaSsaPkcs1Params.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<RsaSsaPkcs1Params.Builder>IOExceptionpublic int getHashTypeValue()
Hash function used in computing hash of the signing message (see https://tools.ietf.org/html/rfc8017#section-9.2). Required.
.google.crypto.tink.HashType hash_type = 1;getHashTypeValue in interface RsaSsaPkcs1ParamsOrBuilderpublic RsaSsaPkcs1Params.Builder setHashTypeValue(int value)
Hash function used in computing hash of the signing message (see https://tools.ietf.org/html/rfc8017#section-9.2). Required.
.google.crypto.tink.HashType hash_type = 1;value - The enum numeric value on the wire for hashType to set.public HashType getHashType()
Hash function used in computing hash of the signing message (see https://tools.ietf.org/html/rfc8017#section-9.2). Required.
.google.crypto.tink.HashType hash_type = 1;getHashType in interface RsaSsaPkcs1ParamsOrBuilderpublic RsaSsaPkcs1Params.Builder setHashType(HashType value)
Hash function used in computing hash of the signing message (see https://tools.ietf.org/html/rfc8017#section-9.2). Required.
.google.crypto.tink.HashType hash_type = 1;value - The hashType to set.public RsaSsaPkcs1Params.Builder clearHashType()
Hash function used in computing hash of the signing message (see https://tools.ietf.org/html/rfc8017#section-9.2). Required.
.google.crypto.tink.HashType hash_type = 1;