com.google.crypto.tink.proto.JwtRsaSsaPssKeyFormat Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: proto/jwt_rsa_ssa_pss.proto
// Protobuf Java Version: 4.28.2
package com.google.crypto.tink.proto;
/**
* Protobuf type {@code google.crypto.tink.JwtRsaSsaPssKeyFormat}
*/
public final class JwtRsaSsaPssKeyFormat extends
com.google.protobuf.GeneratedMessageLite<
JwtRsaSsaPssKeyFormat, JwtRsaSsaPssKeyFormat.Builder> implements
// @@protoc_insertion_point(message_implements:google.crypto.tink.JwtRsaSsaPssKeyFormat)
JwtRsaSsaPssKeyFormatOrBuilder {
private JwtRsaSsaPssKeyFormat() {
publicExponent_ = com.google.protobuf.ByteString.EMPTY;
}
public static final int VERSION_FIELD_NUMBER = 1;
private int version_;
/**
* uint32 version = 1;
* @return The version.
*/
@java.lang.Override
public int getVersion() {
return version_;
}
/**
* uint32 version = 1;
* @param value The version to set.
*/
private void setVersion(int value) {
version_ = value;
}
/**
* uint32 version = 1;
*/
private void clearVersion() {
version_ = 0;
}
public static final int ALGORITHM_FIELD_NUMBER = 2;
private int algorithm_;
/**
* .google.crypto.tink.JwtRsaSsaPssAlgorithm algorithm = 2;
* @return The enum numeric value on the wire for algorithm.
*/
@java.lang.Override
public int getAlgorithmValue() {
return algorithm_;
}
/**
* .google.crypto.tink.JwtRsaSsaPssAlgorithm algorithm = 2;
* @return The algorithm.
*/
@java.lang.Override
public com.google.crypto.tink.proto.JwtRsaSsaPssAlgorithm getAlgorithm() {
com.google.crypto.tink.proto.JwtRsaSsaPssAlgorithm result = com.google.crypto.tink.proto.JwtRsaSsaPssAlgorithm.forNumber(algorithm_);
return result == null ? com.google.crypto.tink.proto.JwtRsaSsaPssAlgorithm.UNRECOGNIZED : result;
}
/**
* .google.crypto.tink.JwtRsaSsaPssAlgorithm algorithm = 2;
* @param value The enum numeric value on the wire for algorithm to set.
*/
private void setAlgorithmValue(int value) {
algorithm_ = value;
}
/**
* .google.crypto.tink.JwtRsaSsaPssAlgorithm algorithm = 2;
* @param value The algorithm to set.
*/
private void setAlgorithm(com.google.crypto.tink.proto.JwtRsaSsaPssAlgorithm value) {
algorithm_ = value.getNumber();
}
/**
* .google.crypto.tink.JwtRsaSsaPssAlgorithm algorithm = 2;
*/
private void clearAlgorithm() {
algorithm_ = 0;
}
public static final int MODULUS_SIZE_IN_BITS_FIELD_NUMBER = 3;
private int modulusSizeInBits_;
/**
* uint32 modulus_size_in_bits = 3;
* @return The modulusSizeInBits.
*/
@java.lang.Override
public int getModulusSizeInBits() {
return modulusSizeInBits_;
}
/**
* uint32 modulus_size_in_bits = 3;
* @param value The modulusSizeInBits to set.
*/
private void setModulusSizeInBits(int value) {
modulusSizeInBits_ = value;
}
/**
* uint32 modulus_size_in_bits = 3;
*/
private void clearModulusSizeInBits() {
modulusSizeInBits_ = 0;
}
public static final int PUBLIC_EXPONENT_FIELD_NUMBER = 4;
private com.google.protobuf.ByteString publicExponent_;
/**
* bytes public_exponent = 4;
* @return The publicExponent.
*/
@java.lang.Override
public com.google.protobuf.ByteString getPublicExponent() {
return publicExponent_;
}
/**
* bytes public_exponent = 4;
* @param value The publicExponent to set.
*/
private void setPublicExponent(com.google.protobuf.ByteString value) {
java.lang.Class> valueClass = value.getClass();
publicExponent_ = value;
}
/**
* bytes public_exponent = 4;
*/
private void clearPublicExponent() {
publicExponent_ = getDefaultInstance().getPublicExponent();
}
public static com.google.crypto.tink.proto.JwtRsaSsaPssKeyFormat parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, data);
}
public static com.google.crypto.tink.proto.JwtRsaSsaPssKeyFormat parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, data, extensionRegistry);
}
public static com.google.crypto.tink.proto.JwtRsaSsaPssKeyFormat parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, data);
}
public static com.google.crypto.tink.proto.JwtRsaSsaPssKeyFormat parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, data, extensionRegistry);
}
public static com.google.crypto.tink.proto.JwtRsaSsaPssKeyFormat parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, data);
}
public static com.google.crypto.tink.proto.JwtRsaSsaPssKeyFormat parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, data, extensionRegistry);
}
public static com.google.crypto.tink.proto.JwtRsaSsaPssKeyFormat parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, input);
}
public static com.google.crypto.tink.proto.JwtRsaSsaPssKeyFormat parseFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, input, extensionRegistry);
}
public static com.google.crypto.tink.proto.JwtRsaSsaPssKeyFormat parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return parseDelimitedFrom(DEFAULT_INSTANCE, input);
}
public static com.google.crypto.tink.proto.JwtRsaSsaPssKeyFormat parseDelimitedFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return parseDelimitedFrom(DEFAULT_INSTANCE, input, extensionRegistry);
}
public static com.google.crypto.tink.proto.JwtRsaSsaPssKeyFormat parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, input);
}
public static com.google.crypto.tink.proto.JwtRsaSsaPssKeyFormat parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, input, extensionRegistry);
}
public static Builder newBuilder() {
return (Builder) DEFAULT_INSTANCE.createBuilder();
}
public static Builder newBuilder(com.google.crypto.tink.proto.JwtRsaSsaPssKeyFormat prototype) {
return DEFAULT_INSTANCE.createBuilder(prototype);
}
/**
* Protobuf type {@code google.crypto.tink.JwtRsaSsaPssKeyFormat}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageLite.Builder<
com.google.crypto.tink.proto.JwtRsaSsaPssKeyFormat, Builder> implements
// @@protoc_insertion_point(builder_implements:google.crypto.tink.JwtRsaSsaPssKeyFormat)
com.google.crypto.tink.proto.JwtRsaSsaPssKeyFormatOrBuilder {
// Construct using com.google.crypto.tink.proto.JwtRsaSsaPssKeyFormat.newBuilder()
private Builder() {
super(DEFAULT_INSTANCE);
}
/**
* uint32 version = 1;
* @return The version.
*/
@java.lang.Override
public int getVersion() {
return instance.getVersion();
}
/**
* uint32 version = 1;
* @param value The version to set.
* @return This builder for chaining.
*/
public Builder setVersion(int value) {
copyOnWrite();
instance.setVersion(value);
return this;
}
/**
* uint32 version = 1;
* @return This builder for chaining.
*/
public Builder clearVersion() {
copyOnWrite();
instance.clearVersion();
return this;
}
/**
* .google.crypto.tink.JwtRsaSsaPssAlgorithm algorithm = 2;
* @return The enum numeric value on the wire for algorithm.
*/
@java.lang.Override
public int getAlgorithmValue() {
return instance.getAlgorithmValue();
}
/**
* .google.crypto.tink.JwtRsaSsaPssAlgorithm algorithm = 2;
* @param value The algorithm to set.
* @return This builder for chaining.
*/
public Builder setAlgorithmValue(int value) {
copyOnWrite();
instance.setAlgorithmValue(value);
return this;
}
/**
* .google.crypto.tink.JwtRsaSsaPssAlgorithm algorithm = 2;
* @return The algorithm.
*/
@java.lang.Override
public com.google.crypto.tink.proto.JwtRsaSsaPssAlgorithm getAlgorithm() {
return instance.getAlgorithm();
}
/**
* .google.crypto.tink.JwtRsaSsaPssAlgorithm algorithm = 2;
* @param value The enum numeric value on the wire for algorithm to set.
* @return This builder for chaining.
*/
public Builder setAlgorithm(com.google.crypto.tink.proto.JwtRsaSsaPssAlgorithm value) {
copyOnWrite();
instance.setAlgorithm(value);
return this;
}
/**
* .google.crypto.tink.JwtRsaSsaPssAlgorithm algorithm = 2;
* @return This builder for chaining.
*/
public Builder clearAlgorithm() {
copyOnWrite();
instance.clearAlgorithm();
return this;
}
/**
* uint32 modulus_size_in_bits = 3;
* @return The modulusSizeInBits.
*/
@java.lang.Override
public int getModulusSizeInBits() {
return instance.getModulusSizeInBits();
}
/**
* uint32 modulus_size_in_bits = 3;
* @param value The modulusSizeInBits to set.
* @return This builder for chaining.
*/
public Builder setModulusSizeInBits(int value) {
copyOnWrite();
instance.setModulusSizeInBits(value);
return this;
}
/**
* uint32 modulus_size_in_bits = 3;
* @return This builder for chaining.
*/
public Builder clearModulusSizeInBits() {
copyOnWrite();
instance.clearModulusSizeInBits();
return this;
}
/**
* bytes public_exponent = 4;
* @return The publicExponent.
*/
@java.lang.Override
public com.google.protobuf.ByteString getPublicExponent() {
return instance.getPublicExponent();
}
/**
* bytes public_exponent = 4;
* @param value The publicExponent to set.
* @return This builder for chaining.
*/
public Builder setPublicExponent(com.google.protobuf.ByteString value) {
copyOnWrite();
instance.setPublicExponent(value);
return this;
}
/**
* bytes public_exponent = 4;
* @return This builder for chaining.
*/
public Builder clearPublicExponent() {
copyOnWrite();
instance.clearPublicExponent();
return this;
}
// @@protoc_insertion_point(builder_scope:google.crypto.tink.JwtRsaSsaPssKeyFormat)
}
@java.lang.Override
@java.lang.SuppressWarnings({"unchecked", "fallthrough"})
protected final java.lang.Object dynamicMethod(
com.google.protobuf.GeneratedMessageLite.MethodToInvoke method,
java.lang.Object arg0, java.lang.Object arg1) {
switch (method) {
case NEW_MUTABLE_INSTANCE: {
return new com.google.crypto.tink.proto.JwtRsaSsaPssKeyFormat();
}
case NEW_BUILDER: {
return new Builder();
}
case BUILD_MESSAGE_INFO: {
java.lang.Object[] objects = new java.lang.Object[] {
"version_",
"algorithm_",
"modulusSizeInBits_",
"publicExponent_",
};
java.lang.String info =
"\u0000\u0004\u0000\u0000\u0001\u0004\u0004\u0000\u0000\u0000\u0001\u000b\u0002\f" +
"\u0003\u000b\u0004\n";
return newMessageInfo(DEFAULT_INSTANCE, info, objects);
}
// fall through
case GET_DEFAULT_INSTANCE: {
return DEFAULT_INSTANCE;
}
case GET_PARSER: {
com.google.protobuf.Parser parser = PARSER;
if (parser == null) {
synchronized (com.google.crypto.tink.proto.JwtRsaSsaPssKeyFormat.class) {
parser = PARSER;
if (parser == null) {
parser =
new DefaultInstanceBasedParser(
DEFAULT_INSTANCE);
PARSER = parser;
}
}
}
return parser;
}
case GET_MEMOIZED_IS_INITIALIZED: {
return (byte) 1;
}
case SET_MEMOIZED_IS_INITIALIZED: {
return null;
}
}
throw new UnsupportedOperationException();
}
// @@protoc_insertion_point(class_scope:google.crypto.tink.JwtRsaSsaPssKeyFormat)
private static final com.google.crypto.tink.proto.JwtRsaSsaPssKeyFormat DEFAULT_INSTANCE;
static {
JwtRsaSsaPssKeyFormat defaultInstance = new JwtRsaSsaPssKeyFormat();
// New instances are implicitly immutable so no need to make
// immutable.
DEFAULT_INSTANCE = defaultInstance;
com.google.protobuf.GeneratedMessageLite.registerDefaultInstance(
JwtRsaSsaPssKeyFormat.class, defaultInstance);
}
public static com.google.crypto.tink.proto.JwtRsaSsaPssKeyFormat getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static volatile com.google.protobuf.Parser PARSER;
public static com.google.protobuf.Parser parser() {
return DEFAULT_INSTANCE.getParserForType();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy