public final class RsaSsaPkcs1KeyFormat extends com.google.protobuf.GeneratedMessageLite<RsaSsaPkcs1KeyFormat,RsaSsaPkcs1KeyFormat.Builder> implements RsaSsaPkcs1KeyFormatOrBuilder
google.crypto.tink.RsaSsaPkcs1KeyFormat| Modifier and Type | Class and Description |
|---|---|
static class |
RsaSsaPkcs1KeyFormat.Builder
Protobuf type
google.crypto.tink.RsaSsaPkcs1KeyFormat |
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 |
MODULUS_SIZE_IN_BITS_FIELD_NUMBER |
static int |
PARAMS_FIELD_NUMBER |
static int |
PUBLIC_EXPONENT_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method,
Object arg0,
Object arg1) |
static RsaSsaPkcs1KeyFormat |
getDefaultInstance() |
int |
getModulusSizeInBits()
Required.
|
RsaSsaPkcs1Params |
getParams()
Required.
|
com.google.protobuf.ByteString |
getPublicExponent()
Required.
|
boolean |
hasParams()
Required.
|
static RsaSsaPkcs1KeyFormat.Builder |
newBuilder() |
static RsaSsaPkcs1KeyFormat.Builder |
newBuilder(RsaSsaPkcs1KeyFormat prototype) |
static RsaSsaPkcs1KeyFormat |
parseDelimitedFrom(InputStream input) |
static RsaSsaPkcs1KeyFormat |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RsaSsaPkcs1KeyFormat |
parseFrom(byte[] data) |
static RsaSsaPkcs1KeyFormat |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RsaSsaPkcs1KeyFormat |
parseFrom(ByteBuffer data) |
static RsaSsaPkcs1KeyFormat |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RsaSsaPkcs1KeyFormat |
parseFrom(com.google.protobuf.ByteString data) |
static RsaSsaPkcs1KeyFormat |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RsaSsaPkcs1KeyFormat |
parseFrom(com.google.protobuf.CodedInputStream input) |
static RsaSsaPkcs1KeyFormat |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RsaSsaPkcs1KeyFormat |
parseFrom(InputStream input) |
static RsaSsaPkcs1KeyFormat |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<RsaSsaPkcs1KeyFormat> |
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 PARAMS_FIELD_NUMBER
public static final int MODULUS_SIZE_IN_BITS_FIELD_NUMBER
public static final int PUBLIC_EXPONENT_FIELD_NUMBER
public boolean hasParams()
Required.
.google.crypto.tink.RsaSsaPkcs1Params params = 1;hasParams in interface RsaSsaPkcs1KeyFormatOrBuilderpublic RsaSsaPkcs1Params getParams()
Required.
.google.crypto.tink.RsaSsaPkcs1Params params = 1;getParams in interface RsaSsaPkcs1KeyFormatOrBuilderpublic int getModulusSizeInBits()
Required.
uint32 modulus_size_in_bits = 2;getModulusSizeInBits in interface RsaSsaPkcs1KeyFormatOrBuilderpublic com.google.protobuf.ByteString getPublicExponent()
Required.
bytes public_exponent = 3;getPublicExponent in interface RsaSsaPkcs1KeyFormatOrBuilderpublic static RsaSsaPkcs1KeyFormat parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RsaSsaPkcs1KeyFormat parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RsaSsaPkcs1KeyFormat parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RsaSsaPkcs1KeyFormat parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RsaSsaPkcs1KeyFormat parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RsaSsaPkcs1KeyFormat parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RsaSsaPkcs1KeyFormat parseFrom(InputStream input) throws IOException
IOExceptionpublic static RsaSsaPkcs1KeyFormat parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static RsaSsaPkcs1KeyFormat parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static RsaSsaPkcs1KeyFormat parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static RsaSsaPkcs1KeyFormat parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static RsaSsaPkcs1KeyFormat parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static RsaSsaPkcs1KeyFormat.Builder newBuilder()
public static RsaSsaPkcs1KeyFormat.Builder newBuilder(RsaSsaPkcs1KeyFormat prototype)
protected final Object dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, Object arg0, Object arg1)
dynamicMethod in class com.google.protobuf.GeneratedMessageLite<RsaSsaPkcs1KeyFormat,RsaSsaPkcs1KeyFormat.Builder>public static RsaSsaPkcs1KeyFormat getDefaultInstance()
public static com.google.protobuf.Parser<RsaSsaPkcs1KeyFormat> parser()