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