public final class JwtRsaSsaPssPrivateKey extends com.google.protobuf.GeneratedMessageLite<JwtRsaSsaPssPrivateKey,JwtRsaSsaPssPrivateKey.Builder> implements JwtRsaSsaPssPrivateKeyOrBuilder
key_type: type.googleapis.com/google.crypto.tink.JwtRsaSsaPssPrivateKeyProtobuf type
google.crypto.tink.JwtRsaSsaPssPrivateKey| Modifier and Type | Class and Description |
|---|---|
static class |
JwtRsaSsaPssPrivateKey.Builder
key_type: type.googleapis.com/google.crypto.tink.JwtRsaSsaPssPrivateKey
|
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 |
CRT_FIELD_NUMBER |
static int |
D_FIELD_NUMBER |
static int |
DP_FIELD_NUMBER |
static int |
DQ_FIELD_NUMBER |
static int |
P_FIELD_NUMBER |
static int |
PUBLIC_KEY_FIELD_NUMBER |
static int |
Q_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) |
com.google.protobuf.ByteString |
getCrt()
Chinese Remainder Theorem coefficient q^(-1) mod p.
|
com.google.protobuf.ByteString |
getD()
Private exponent.
|
static JwtRsaSsaPssPrivateKey |
getDefaultInstance() |
com.google.protobuf.ByteString |
getDp()
d mod (p - 1).
|
com.google.protobuf.ByteString |
getDq()
d mod (q - 1).
|
com.google.protobuf.ByteString |
getP()
The following parameters are used to optimize RSA signature computation.
|
JwtRsaSsaPssPublicKey |
getPublicKey()
.google.crypto.tink.JwtRsaSsaPssPublicKey public_key = 2; |
com.google.protobuf.ByteString |
getQ()
The prime factor q of n.
|
int |
getVersion()
uint32 version = 1; |
boolean |
hasPublicKey()
.google.crypto.tink.JwtRsaSsaPssPublicKey public_key = 2; |
static JwtRsaSsaPssPrivateKey.Builder |
newBuilder() |
static JwtRsaSsaPssPrivateKey.Builder |
newBuilder(JwtRsaSsaPssPrivateKey prototype) |
static JwtRsaSsaPssPrivateKey |
parseDelimitedFrom(InputStream input) |
static JwtRsaSsaPssPrivateKey |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static JwtRsaSsaPssPrivateKey |
parseFrom(byte[] data) |
static JwtRsaSsaPssPrivateKey |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static JwtRsaSsaPssPrivateKey |
parseFrom(ByteBuffer data) |
static JwtRsaSsaPssPrivateKey |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static JwtRsaSsaPssPrivateKey |
parseFrom(com.google.protobuf.ByteString data) |
static JwtRsaSsaPssPrivateKey |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static JwtRsaSsaPssPrivateKey |
parseFrom(com.google.protobuf.CodedInputStream input) |
static JwtRsaSsaPssPrivateKey |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static JwtRsaSsaPssPrivateKey |
parseFrom(InputStream input) |
static JwtRsaSsaPssPrivateKey |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<JwtRsaSsaPssPrivateKey> |
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 PUBLIC_KEY_FIELD_NUMBER
public static final int D_FIELD_NUMBER
public static final int P_FIELD_NUMBER
public static final int Q_FIELD_NUMBER
public static final int DP_FIELD_NUMBER
public static final int DQ_FIELD_NUMBER
public static final int CRT_FIELD_NUMBER
public int getVersion()
uint32 version = 1;getVersion in interface JwtRsaSsaPssPrivateKeyOrBuilderpublic boolean hasPublicKey()
.google.crypto.tink.JwtRsaSsaPssPublicKey public_key = 2;hasPublicKey in interface JwtRsaSsaPssPrivateKeyOrBuilderpublic JwtRsaSsaPssPublicKey getPublicKey()
.google.crypto.tink.JwtRsaSsaPssPublicKey public_key = 2;getPublicKey in interface JwtRsaSsaPssPrivateKeyOrBuilderpublic com.google.protobuf.ByteString getD()
Private exponent. Unsigned big integer in big-endian representation.
bytes d = 3;getD in interface JwtRsaSsaPssPrivateKeyOrBuilderpublic com.google.protobuf.ByteString getP()
The following parameters are used to optimize RSA signature computation. The prime factor p of n. Unsigned big integer in big-endian representation.
bytes p = 4;getP in interface JwtRsaSsaPssPrivateKeyOrBuilderpublic com.google.protobuf.ByteString getQ()
The prime factor q of n. Unsigned big integer in big-endian representation.
bytes q = 5;getQ in interface JwtRsaSsaPssPrivateKeyOrBuilderpublic com.google.protobuf.ByteString getDp()
d mod (p - 1). Unsigned big integer in big-endian representation.
bytes dp = 6;getDp in interface JwtRsaSsaPssPrivateKeyOrBuilderpublic com.google.protobuf.ByteString getDq()
d mod (q - 1). Unsigned big integer in big-endian representation.
bytes dq = 7;getDq in interface JwtRsaSsaPssPrivateKeyOrBuilderpublic com.google.protobuf.ByteString getCrt()
Chinese Remainder Theorem coefficient q^(-1) mod p. Unsigned big integer in big-endian representation.
bytes crt = 8;getCrt in interface JwtRsaSsaPssPrivateKeyOrBuilderpublic static JwtRsaSsaPssPrivateKey parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static JwtRsaSsaPssPrivateKey parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static JwtRsaSsaPssPrivateKey parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static JwtRsaSsaPssPrivateKey parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static JwtRsaSsaPssPrivateKey parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static JwtRsaSsaPssPrivateKey parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static JwtRsaSsaPssPrivateKey parseFrom(InputStream input) throws IOException
IOExceptionpublic static JwtRsaSsaPssPrivateKey parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static JwtRsaSsaPssPrivateKey parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static JwtRsaSsaPssPrivateKey parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static JwtRsaSsaPssPrivateKey parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static JwtRsaSsaPssPrivateKey parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static JwtRsaSsaPssPrivateKey.Builder newBuilder()
public static JwtRsaSsaPssPrivateKey.Builder newBuilder(JwtRsaSsaPssPrivateKey prototype)
protected final Object dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, Object arg0, Object arg1)
dynamicMethod in class com.google.protobuf.GeneratedMessageLite<JwtRsaSsaPssPrivateKey,JwtRsaSsaPssPrivateKey.Builder>public static JwtRsaSsaPssPrivateKey getDefaultInstance()
public static com.google.protobuf.Parser<JwtRsaSsaPssPrivateKey> parser()