public static final class RsaSsaPkcs1Params.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<RsaSsaPkcs1Params,RsaSsaPkcs1Params.Builder> implements RsaSsaPkcs1ParamsOrBuilder
google.crypto.tink.RsaSsaPkcs1Params| Modifier and Type | Method and Description |
|---|---|
RsaSsaPkcs1Params.Builder |
clearHashType()
Hash function used in computing hash of the signing message
(see https://tools.ietf.org/html/rfc8017#section-9.2).
|
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).
|
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).
|
build, buildPartial, clear, clone, copyOnWrite, copyOnWriteInternal, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFromaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageExceptionpublic 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 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 enum numeric value on the wire for 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;