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