public static final class JwtRsaSsaPssKeyFormat.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<JwtRsaSsaPssKeyFormat,JwtRsaSsaPssKeyFormat.Builder> implements JwtRsaSsaPssKeyFormatOrBuilder
google.crypto.tink.JwtRsaSsaPssKeyFormat| Modifier and Type | Method and Description |
|---|---|
JwtRsaSsaPssKeyFormat.Builder |
clearAlgorithm()
.google.crypto.tink.JwtRsaSsaPssAlgorithm algorithm = 2; |
JwtRsaSsaPssKeyFormat.Builder |
clearModulusSizeInBits()
uint32 modulus_size_in_bits = 3; |
JwtRsaSsaPssKeyFormat.Builder |
clearPublicExponent()
bytes public_exponent = 4; |
JwtRsaSsaPssKeyFormat.Builder |
clearVersion()
uint32 version = 1; |
JwtRsaSsaPssAlgorithm |
getAlgorithm()
.google.crypto.tink.JwtRsaSsaPssAlgorithm algorithm = 2; |
int |
getAlgorithmValue()
.google.crypto.tink.JwtRsaSsaPssAlgorithm algorithm = 2; |
int |
getModulusSizeInBits()
uint32 modulus_size_in_bits = 3; |
com.google.protobuf.ByteString |
getPublicExponent()
bytes public_exponent = 4; |
int |
getVersion()
uint32 version = 1; |
JwtRsaSsaPssKeyFormat.Builder |
setAlgorithm(JwtRsaSsaPssAlgorithm value)
.google.crypto.tink.JwtRsaSsaPssAlgorithm algorithm = 2; |
JwtRsaSsaPssKeyFormat.Builder |
setAlgorithmValue(int value)
.google.crypto.tink.JwtRsaSsaPssAlgorithm algorithm = 2; |
JwtRsaSsaPssKeyFormat.Builder |
setModulusSizeInBits(int value)
uint32 modulus_size_in_bits = 3; |
JwtRsaSsaPssKeyFormat.Builder |
setPublicExponent(com.google.protobuf.ByteString value)
bytes public_exponent = 4; |
JwtRsaSsaPssKeyFormat.Builder |
setVersion(int value)
uint32 version = 1; |
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 getVersion()
uint32 version = 1;getVersion in interface JwtRsaSsaPssKeyFormatOrBuilderpublic JwtRsaSsaPssKeyFormat.Builder setVersion(int value)
uint32 version = 1;value - The version to set.public JwtRsaSsaPssKeyFormat.Builder clearVersion()
uint32 version = 1;public int getAlgorithmValue()
.google.crypto.tink.JwtRsaSsaPssAlgorithm algorithm = 2;getAlgorithmValue in interface JwtRsaSsaPssKeyFormatOrBuilderpublic JwtRsaSsaPssKeyFormat.Builder setAlgorithmValue(int value)
.google.crypto.tink.JwtRsaSsaPssAlgorithm algorithm = 2;value - The algorithm to set.public JwtRsaSsaPssAlgorithm getAlgorithm()
.google.crypto.tink.JwtRsaSsaPssAlgorithm algorithm = 2;getAlgorithm in interface JwtRsaSsaPssKeyFormatOrBuilderpublic JwtRsaSsaPssKeyFormat.Builder setAlgorithm(JwtRsaSsaPssAlgorithm value)
.google.crypto.tink.JwtRsaSsaPssAlgorithm algorithm = 2;value - The enum numeric value on the wire for algorithm to set.public JwtRsaSsaPssKeyFormat.Builder clearAlgorithm()
.google.crypto.tink.JwtRsaSsaPssAlgorithm algorithm = 2;public int getModulusSizeInBits()
uint32 modulus_size_in_bits = 3;getModulusSizeInBits in interface JwtRsaSsaPssKeyFormatOrBuilderpublic JwtRsaSsaPssKeyFormat.Builder setModulusSizeInBits(int value)
uint32 modulus_size_in_bits = 3;value - The modulusSizeInBits to set.public JwtRsaSsaPssKeyFormat.Builder clearModulusSizeInBits()
uint32 modulus_size_in_bits = 3;public com.google.protobuf.ByteString getPublicExponent()
bytes public_exponent = 4;getPublicExponent in interface JwtRsaSsaPssKeyFormatOrBuilderpublic JwtRsaSsaPssKeyFormat.Builder setPublicExponent(com.google.protobuf.ByteString value)
bytes public_exponent = 4;value - The publicExponent to set.public JwtRsaSsaPssKeyFormat.Builder clearPublicExponent()
bytes public_exponent = 4;