public static final class JwtEcdsaPublicKey.Builder extends com.google.protobuf.GeneratedMessage.Builder<JwtEcdsaPublicKey.Builder> implements JwtEcdsaPublicKeyOrBuilder
key_type: type.googleapis.com/google.crypto.tink.JwtEcdsaPublicKeyProtobuf type
google.crypto.tink.JwtEcdsaPublicKey| Modifier and Type | Method and Description |
|---|---|
JwtEcdsaPublicKey |
build() |
JwtEcdsaPublicKey |
buildPartial() |
JwtEcdsaPublicKey.Builder |
clear() |
JwtEcdsaPublicKey.Builder |
clearAlgorithm()
.google.crypto.tink.JwtEcdsaAlgorithm algorithm = 2; |
JwtEcdsaPublicKey.Builder |
clearCustomKid()
.google.crypto.tink.JwtEcdsaPublicKey.CustomKid custom_kid = 5; |
JwtEcdsaPublicKey.Builder |
clearVersion()
uint32 version = 1; |
JwtEcdsaPublicKey.Builder |
clearX()
Affine coordinates of the public key in big-endian representation.
|
JwtEcdsaPublicKey.Builder |
clearY()
bytes y = 4; |
JwtEcdsaAlgorithm |
getAlgorithm()
.google.crypto.tink.JwtEcdsaAlgorithm algorithm = 2; |
int |
getAlgorithmValue()
.google.crypto.tink.JwtEcdsaAlgorithm algorithm = 2; |
JwtEcdsaPublicKey.CustomKid |
getCustomKid()
.google.crypto.tink.JwtEcdsaPublicKey.CustomKid custom_kid = 5; |
JwtEcdsaPublicKey.CustomKid.Builder |
getCustomKidBuilder()
.google.crypto.tink.JwtEcdsaPublicKey.CustomKid custom_kid = 5; |
JwtEcdsaPublicKey.CustomKidOrBuilder |
getCustomKidOrBuilder()
.google.crypto.tink.JwtEcdsaPublicKey.CustomKid custom_kid = 5; |
JwtEcdsaPublicKey |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
int |
getVersion()
uint32 version = 1; |
com.google.protobuf.ByteString |
getX()
Affine coordinates of the public key in big-endian representation.
|
com.google.protobuf.ByteString |
getY()
bytes y = 4; |
boolean |
hasCustomKid()
.google.crypto.tink.JwtEcdsaPublicKey.CustomKid custom_kid = 5; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
JwtEcdsaPublicKey.Builder |
mergeCustomKid(JwtEcdsaPublicKey.CustomKid value)
.google.crypto.tink.JwtEcdsaPublicKey.CustomKid custom_kid = 5; |
JwtEcdsaPublicKey.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
JwtEcdsaPublicKey.Builder |
mergeFrom(JwtEcdsaPublicKey other) |
JwtEcdsaPublicKey.Builder |
mergeFrom(com.google.protobuf.Message other) |
JwtEcdsaPublicKey.Builder |
setAlgorithm(JwtEcdsaAlgorithm value)
.google.crypto.tink.JwtEcdsaAlgorithm algorithm = 2; |
JwtEcdsaPublicKey.Builder |
setAlgorithmValue(int value)
.google.crypto.tink.JwtEcdsaAlgorithm algorithm = 2; |
JwtEcdsaPublicKey.Builder |
setCustomKid(JwtEcdsaPublicKey.CustomKid.Builder builderForValue)
.google.crypto.tink.JwtEcdsaPublicKey.CustomKid custom_kid = 5; |
JwtEcdsaPublicKey.Builder |
setCustomKid(JwtEcdsaPublicKey.CustomKid value)
.google.crypto.tink.JwtEcdsaPublicKey.CustomKid custom_kid = 5; |
JwtEcdsaPublicKey.Builder |
setVersion(int value)
uint32 version = 1; |
JwtEcdsaPublicKey.Builder |
setX(com.google.protobuf.ByteString value)
Affine coordinates of the public key in big-endian representation.
|
JwtEcdsaPublicKey.Builder |
setY(com.google.protobuf.ByteString value)
bytes y = 4; |
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<JwtEcdsaPublicKey.Builder>public JwtEcdsaPublicKey.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<JwtEcdsaPublicKey.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<JwtEcdsaPublicKey.Builder>public JwtEcdsaPublicKey getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic JwtEcdsaPublicKey build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic JwtEcdsaPublicKey buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic JwtEcdsaPublicKey.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<JwtEcdsaPublicKey.Builder>public JwtEcdsaPublicKey.Builder mergeFrom(JwtEcdsaPublicKey other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<JwtEcdsaPublicKey.Builder>public JwtEcdsaPublicKey.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<JwtEcdsaPublicKey.Builder>IOExceptionpublic int getVersion()
uint32 version = 1;getVersion in interface JwtEcdsaPublicKeyOrBuilderpublic JwtEcdsaPublicKey.Builder setVersion(int value)
uint32 version = 1;value - The version to set.public JwtEcdsaPublicKey.Builder clearVersion()
uint32 version = 1;public int getAlgorithmValue()
.google.crypto.tink.JwtEcdsaAlgorithm algorithm = 2;getAlgorithmValue in interface JwtEcdsaPublicKeyOrBuilderpublic JwtEcdsaPublicKey.Builder setAlgorithmValue(int value)
.google.crypto.tink.JwtEcdsaAlgorithm algorithm = 2;value - The enum numeric value on the wire for algorithm to set.public JwtEcdsaAlgorithm getAlgorithm()
.google.crypto.tink.JwtEcdsaAlgorithm algorithm = 2;getAlgorithm in interface JwtEcdsaPublicKeyOrBuilderpublic JwtEcdsaPublicKey.Builder setAlgorithm(JwtEcdsaAlgorithm value)
.google.crypto.tink.JwtEcdsaAlgorithm algorithm = 2;value - The algorithm to set.public JwtEcdsaPublicKey.Builder clearAlgorithm()
.google.crypto.tink.JwtEcdsaAlgorithm algorithm = 2;public com.google.protobuf.ByteString getX()
Affine coordinates of the public key in big-endian representation. The public key is a point (x, y) on the curve defined by algorithm.
bytes x = 3;getX in interface JwtEcdsaPublicKeyOrBuilderpublic JwtEcdsaPublicKey.Builder setX(com.google.protobuf.ByteString value)
Affine coordinates of the public key in big-endian representation. The public key is a point (x, y) on the curve defined by algorithm.
bytes x = 3;value - The x to set.public JwtEcdsaPublicKey.Builder clearX()
Affine coordinates of the public key in big-endian representation. The public key is a point (x, y) on the curve defined by algorithm.
bytes x = 3;public com.google.protobuf.ByteString getY()
bytes y = 4;getY in interface JwtEcdsaPublicKeyOrBuilderpublic JwtEcdsaPublicKey.Builder setY(com.google.protobuf.ByteString value)
bytes y = 4;value - The y to set.public JwtEcdsaPublicKey.Builder clearY()
bytes y = 4;public boolean hasCustomKid()
.google.crypto.tink.JwtEcdsaPublicKey.CustomKid custom_kid = 5;hasCustomKid in interface JwtEcdsaPublicKeyOrBuilderpublic JwtEcdsaPublicKey.CustomKid getCustomKid()
.google.crypto.tink.JwtEcdsaPublicKey.CustomKid custom_kid = 5;getCustomKid in interface JwtEcdsaPublicKeyOrBuilderpublic JwtEcdsaPublicKey.Builder setCustomKid(JwtEcdsaPublicKey.CustomKid value)
.google.crypto.tink.JwtEcdsaPublicKey.CustomKid custom_kid = 5;public JwtEcdsaPublicKey.Builder setCustomKid(JwtEcdsaPublicKey.CustomKid.Builder builderForValue)
.google.crypto.tink.JwtEcdsaPublicKey.CustomKid custom_kid = 5;public JwtEcdsaPublicKey.Builder mergeCustomKid(JwtEcdsaPublicKey.CustomKid value)
.google.crypto.tink.JwtEcdsaPublicKey.CustomKid custom_kid = 5;public JwtEcdsaPublicKey.Builder clearCustomKid()
.google.crypto.tink.JwtEcdsaPublicKey.CustomKid custom_kid = 5;public JwtEcdsaPublicKey.CustomKid.Builder getCustomKidBuilder()
.google.crypto.tink.JwtEcdsaPublicKey.CustomKid custom_kid = 5;public JwtEcdsaPublicKey.CustomKidOrBuilder getCustomKidOrBuilder()
.google.crypto.tink.JwtEcdsaPublicKey.CustomKid custom_kid = 5;getCustomKidOrBuilder in interface JwtEcdsaPublicKeyOrBuilder