public final class JwtRsaSsaPkcs1KeyFormat extends com.google.protobuf.GeneratedMessageLite<JwtRsaSsaPkcs1KeyFormat,JwtRsaSsaPkcs1KeyFormat.Builder> implements JwtRsaSsaPkcs1KeyFormatOrBuilder
google.crypto.tink.JwtRsaSsaPkcs1KeyFormat| Modifier and Type | Class and Description |
|---|---|
static class |
JwtRsaSsaPkcs1KeyFormat.Builder
Protobuf type
google.crypto.tink.JwtRsaSsaPkcs1KeyFormat |
com.google.protobuf.GeneratedMessageLite.DefaultInstanceBasedParser<T extends com.google.protobuf.GeneratedMessageLite<T,?>>, com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends com.google.protobuf.MessageLite,Type>, com.google.protobuf.GeneratedMessageLite.MethodToInvoke, com.google.protobuf.GeneratedMessageLite.SerializedForm| Modifier and Type | Field and Description |
|---|---|
static int |
ALGORITHM_FIELD_NUMBER |
static int |
MODULUS_SIZE_IN_BITS_FIELD_NUMBER |
static int |
PUBLIC_EXPONENT_FIELD_NUMBER |
static int |
VERSION_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method,
Object arg0,
Object arg1) |
JwtRsaSsaPkcs1Algorithm |
getAlgorithm()
.google.crypto.tink.JwtRsaSsaPkcs1Algorithm algorithm = 2; |
int |
getAlgorithmValue()
.google.crypto.tink.JwtRsaSsaPkcs1Algorithm algorithm = 2; |
static JwtRsaSsaPkcs1KeyFormat |
getDefaultInstance() |
int |
getModulusSizeInBits()
uint32 modulus_size_in_bits = 3; |
com.google.protobuf.ByteString |
getPublicExponent()
bytes public_exponent = 4; |
int |
getVersion()
uint32 version = 1; |
static JwtRsaSsaPkcs1KeyFormat.Builder |
newBuilder() |
static JwtRsaSsaPkcs1KeyFormat.Builder |
newBuilder(JwtRsaSsaPkcs1KeyFormat prototype) |
static JwtRsaSsaPkcs1KeyFormat |
parseDelimitedFrom(InputStream input) |
static JwtRsaSsaPkcs1KeyFormat |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static JwtRsaSsaPkcs1KeyFormat |
parseFrom(byte[] data) |
static JwtRsaSsaPkcs1KeyFormat |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static JwtRsaSsaPkcs1KeyFormat |
parseFrom(ByteBuffer data) |
static JwtRsaSsaPkcs1KeyFormat |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static JwtRsaSsaPkcs1KeyFormat |
parseFrom(com.google.protobuf.ByteString data) |
static JwtRsaSsaPkcs1KeyFormat |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static JwtRsaSsaPkcs1KeyFormat |
parseFrom(com.google.protobuf.CodedInputStream input) |
static JwtRsaSsaPkcs1KeyFormat |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static JwtRsaSsaPkcs1KeyFormat |
parseFrom(InputStream input) |
static JwtRsaSsaPkcs1KeyFormat |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<JwtRsaSsaPkcs1KeyFormat> |
parser() |
createBuilder, createBuilder, dynamicMethod, dynamicMethod, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, emptyProtobufList, equals, getDefaultInstanceForType, getParserForType, getSerializedSize, hashCode, isInitialized, isInitialized, makeImmutable, mergeLengthDelimitedField, mergeUnknownFields, mergeVarintField, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBuilderForType, newMessageInfo, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseDelimitedFrom, parseDelimitedFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parsePartialFrom, parseUnknownField, registerDefaultInstance, toBuilder, toString, writeToaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTopublic static final int VERSION_FIELD_NUMBER
public static final int ALGORITHM_FIELD_NUMBER
public static final int MODULUS_SIZE_IN_BITS_FIELD_NUMBER
public static final int PUBLIC_EXPONENT_FIELD_NUMBER
public int getVersion()
uint32 version = 1;getVersion in interface JwtRsaSsaPkcs1KeyFormatOrBuilderpublic int getAlgorithmValue()
.google.crypto.tink.JwtRsaSsaPkcs1Algorithm algorithm = 2;getAlgorithmValue in interface JwtRsaSsaPkcs1KeyFormatOrBuilderpublic JwtRsaSsaPkcs1Algorithm getAlgorithm()
.google.crypto.tink.JwtRsaSsaPkcs1Algorithm algorithm = 2;getAlgorithm in interface JwtRsaSsaPkcs1KeyFormatOrBuilderpublic int getModulusSizeInBits()
uint32 modulus_size_in_bits = 3;getModulusSizeInBits in interface JwtRsaSsaPkcs1KeyFormatOrBuilderpublic com.google.protobuf.ByteString getPublicExponent()
bytes public_exponent = 4;getPublicExponent in interface JwtRsaSsaPkcs1KeyFormatOrBuilderpublic static JwtRsaSsaPkcs1KeyFormat parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static JwtRsaSsaPkcs1KeyFormat parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static JwtRsaSsaPkcs1KeyFormat parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static JwtRsaSsaPkcs1KeyFormat parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static JwtRsaSsaPkcs1KeyFormat parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static JwtRsaSsaPkcs1KeyFormat parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static JwtRsaSsaPkcs1KeyFormat parseFrom(InputStream input) throws IOException
IOExceptionpublic static JwtRsaSsaPkcs1KeyFormat parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static JwtRsaSsaPkcs1KeyFormat parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static JwtRsaSsaPkcs1KeyFormat parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static JwtRsaSsaPkcs1KeyFormat parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static JwtRsaSsaPkcs1KeyFormat parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static JwtRsaSsaPkcs1KeyFormat.Builder newBuilder()
public static JwtRsaSsaPkcs1KeyFormat.Builder newBuilder(JwtRsaSsaPkcs1KeyFormat prototype)
protected final Object dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, Object arg0, Object arg1)
dynamicMethod in class com.google.protobuf.GeneratedMessageLite<JwtRsaSsaPkcs1KeyFormat,JwtRsaSsaPkcs1KeyFormat.Builder>public static JwtRsaSsaPkcs1KeyFormat getDefaultInstance()
public static com.google.protobuf.Parser<JwtRsaSsaPkcs1KeyFormat> parser()