public static final class KeysetInfo.KeyInfo extends com.google.protobuf.GeneratedMessageLite<KeysetInfo.KeyInfo,KeysetInfo.KeyInfo.Builder> implements KeysetInfo.KeyInfoOrBuilder
google.crypto.tink.KeysetInfo.KeyInfo| Modifier and Type | Class and Description |
|---|---|
static class |
KeysetInfo.KeyInfo.Builder
Protobuf type
google.crypto.tink.KeysetInfo.KeyInfo |
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 |
KEY_ID_FIELD_NUMBER |
static int |
OUTPUT_PREFIX_TYPE_FIELD_NUMBER |
static int |
STATUS_FIELD_NUMBER |
static int |
TYPE_URL_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method,
Object arg0,
Object arg1) |
static KeysetInfo.KeyInfo |
getDefaultInstance() |
int |
getKeyId()
See Keyset.Key.key_id.
|
OutputPrefixType |
getOutputPrefixType()
See Keyset.Key.output_prefix_type.
|
int |
getOutputPrefixTypeValue()
See Keyset.Key.output_prefix_type.
|
KeyStatusType |
getStatus()
See Keyset.Key.status.
|
int |
getStatusValue()
See Keyset.Key.status.
|
String |
getTypeUrl()
the type url of this key,
e.g., type.googleapis.com/google.crypto.tink.HmacKey.
|
com.google.protobuf.ByteString |
getTypeUrlBytes()
the type url of this key,
e.g., type.googleapis.com/google.crypto.tink.HmacKey.
|
static KeysetInfo.KeyInfo.Builder |
newBuilder() |
static KeysetInfo.KeyInfo.Builder |
newBuilder(KeysetInfo.KeyInfo prototype) |
static KeysetInfo.KeyInfo |
parseDelimitedFrom(InputStream input) |
static KeysetInfo.KeyInfo |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static KeysetInfo.KeyInfo |
parseFrom(byte[] data) |
static KeysetInfo.KeyInfo |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static KeysetInfo.KeyInfo |
parseFrom(ByteBuffer data) |
static KeysetInfo.KeyInfo |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static KeysetInfo.KeyInfo |
parseFrom(com.google.protobuf.ByteString data) |
static KeysetInfo.KeyInfo |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static KeysetInfo.KeyInfo |
parseFrom(com.google.protobuf.CodedInputStream input) |
static KeysetInfo.KeyInfo |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static KeysetInfo.KeyInfo |
parseFrom(InputStream input) |
static KeysetInfo.KeyInfo |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<KeysetInfo.KeyInfo> |
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 TYPE_URL_FIELD_NUMBER
public static final int STATUS_FIELD_NUMBER
public static final int KEY_ID_FIELD_NUMBER
public static final int OUTPUT_PREFIX_TYPE_FIELD_NUMBER
public String getTypeUrl()
the type url of this key, e.g., type.googleapis.com/google.crypto.tink.HmacKey.
string type_url = 1;getTypeUrl in interface KeysetInfo.KeyInfoOrBuilderpublic com.google.protobuf.ByteString getTypeUrlBytes()
the type url of this key, e.g., type.googleapis.com/google.crypto.tink.HmacKey.
string type_url = 1;getTypeUrlBytes in interface KeysetInfo.KeyInfoOrBuilderpublic int getStatusValue()
See Keyset.Key.status.
.google.crypto.tink.KeyStatusType status = 2;getStatusValue in interface KeysetInfo.KeyInfoOrBuilderpublic KeyStatusType getStatus()
See Keyset.Key.status.
.google.crypto.tink.KeyStatusType status = 2;getStatus in interface KeysetInfo.KeyInfoOrBuilderpublic int getKeyId()
See Keyset.Key.key_id.
uint32 key_id = 3;getKeyId in interface KeysetInfo.KeyInfoOrBuilderpublic int getOutputPrefixTypeValue()
See Keyset.Key.output_prefix_type.
.google.crypto.tink.OutputPrefixType output_prefix_type = 4;getOutputPrefixTypeValue in interface KeysetInfo.KeyInfoOrBuilderpublic OutputPrefixType getOutputPrefixType()
See Keyset.Key.output_prefix_type.
.google.crypto.tink.OutputPrefixType output_prefix_type = 4;getOutputPrefixType in interface KeysetInfo.KeyInfoOrBuilderpublic static KeysetInfo.KeyInfo parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static KeysetInfo.KeyInfo parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static KeysetInfo.KeyInfo parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static KeysetInfo.KeyInfo parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static KeysetInfo.KeyInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static KeysetInfo.KeyInfo parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static KeysetInfo.KeyInfo parseFrom(InputStream input) throws IOException
IOExceptionpublic static KeysetInfo.KeyInfo parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static KeysetInfo.KeyInfo parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static KeysetInfo.KeyInfo parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static KeysetInfo.KeyInfo parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static KeysetInfo.KeyInfo parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static KeysetInfo.KeyInfo.Builder newBuilder()
public static KeysetInfo.KeyInfo.Builder newBuilder(KeysetInfo.KeyInfo prototype)
protected final Object dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, Object arg0, Object arg1)
dynamicMethod in class com.google.protobuf.GeneratedMessageLite<KeysetInfo.KeyInfo,KeysetInfo.KeyInfo.Builder>public static KeysetInfo.KeyInfo getDefaultInstance()
public static com.google.protobuf.Parser<KeysetInfo.KeyInfo> parser()