public static final class JwtEcdsaKeyFormat.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<JwtEcdsaKeyFormat,JwtEcdsaKeyFormat.Builder> implements JwtEcdsaKeyFormatOrBuilder
google.crypto.tink.JwtEcdsaKeyFormat| Modifier and Type | Method and Description |
|---|---|
JwtEcdsaKeyFormat.Builder |
clearAlgorithm()
.google.crypto.tink.JwtEcdsaAlgorithm algorithm = 2; |
JwtEcdsaKeyFormat.Builder |
clearVersion()
uint32 version = 1; |
JwtEcdsaAlgorithm |
getAlgorithm()
.google.crypto.tink.JwtEcdsaAlgorithm algorithm = 2; |
int |
getAlgorithmValue()
.google.crypto.tink.JwtEcdsaAlgorithm algorithm = 2; |
int |
getVersion()
uint32 version = 1; |
JwtEcdsaKeyFormat.Builder |
setAlgorithm(JwtEcdsaAlgorithm value)
.google.crypto.tink.JwtEcdsaAlgorithm algorithm = 2; |
JwtEcdsaKeyFormat.Builder |
setAlgorithmValue(int value)
.google.crypto.tink.JwtEcdsaAlgorithm algorithm = 2; |
JwtEcdsaKeyFormat.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 JwtEcdsaKeyFormatOrBuilderpublic JwtEcdsaKeyFormat.Builder setVersion(int value)
uint32 version = 1;value - The version to set.public JwtEcdsaKeyFormat.Builder clearVersion()
uint32 version = 1;public int getAlgorithmValue()
.google.crypto.tink.JwtEcdsaAlgorithm algorithm = 2;getAlgorithmValue in interface JwtEcdsaKeyFormatOrBuilderpublic JwtEcdsaKeyFormat.Builder setAlgorithmValue(int value)
.google.crypto.tink.JwtEcdsaAlgorithm algorithm = 2;value - The algorithm to set.public JwtEcdsaAlgorithm getAlgorithm()
.google.crypto.tink.JwtEcdsaAlgorithm algorithm = 2;getAlgorithm in interface JwtEcdsaKeyFormatOrBuilderpublic JwtEcdsaKeyFormat.Builder setAlgorithm(JwtEcdsaAlgorithm value)
.google.crypto.tink.JwtEcdsaAlgorithm algorithm = 2;value - The enum numeric value on the wire for algorithm to set.public JwtEcdsaKeyFormat.Builder clearAlgorithm()
.google.crypto.tink.JwtEcdsaAlgorithm algorithm = 2;