@Deprecated public final class KeyTypeEntry extends com.google.protobuf.GeneratedMessageV3 implements KeyTypeEntryOrBuilder
An entry that describes a key type to be used with Tink library, specifying the corresponding primitive, key manager, and deprecation status. All fields are required.Protobuf type
google.crypto.tink.KeyTypeEntry| Modifier and Type | Class and Description |
|---|---|
static class |
KeyTypeEntry.Builder
Deprecated.
An entry that describes a key type to be used with Tink library,
specifying the corresponding primitive, key manager, and deprecation status.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
CATALOGUE_NAME_FIELD_NUMBER
Deprecated.
|
static int |
KEY_MANAGER_VERSION_FIELD_NUMBER
Deprecated.
|
static int |
NEW_KEY_ALLOWED_FIELD_NUMBER
Deprecated.
|
static int |
PRIMITIVE_NAME_FIELD_NUMBER
Deprecated.
|
static int |
TYPE_URL_FIELD_NUMBER
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Deprecated.
|
String |
getCatalogueName()
Deprecated.
Catalogue to be queried for key manager,
|
com.google.protobuf.ByteString |
getCatalogueNameBytes()
Deprecated.
Catalogue to be queried for key manager,
|
static KeyTypeEntry |
getDefaultInstance()
Deprecated.
|
KeyTypeEntry |
getDefaultInstanceForType()
Deprecated.
|
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor()
Deprecated.
|
int |
getKeyManagerVersion()
Deprecated.
Minimum required version of key manager.
|
boolean |
getNewKeyAllowed()
Deprecated.
Can the key manager create new keys?
|
com.google.protobuf.Parser<KeyTypeEntry> |
getParserForType()
Deprecated.
|
String |
getPrimitiveName()
Deprecated.
E.g.
|
com.google.protobuf.ByteString |
getPrimitiveNameBytes()
Deprecated.
E.g.
|
int |
getSerializedSize()
Deprecated.
|
String |
getTypeUrl()
Deprecated.
Name of the key type.
|
com.google.protobuf.ByteString |
getTypeUrlBytes()
Deprecated.
Name of the key type.
|
int |
hashCode()
Deprecated.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable()
Deprecated.
|
boolean |
isInitialized()
Deprecated.
|
static KeyTypeEntry.Builder |
newBuilder()
Deprecated.
|
static KeyTypeEntry.Builder |
newBuilder(KeyTypeEntry prototype)
Deprecated.
|
KeyTypeEntry.Builder |
newBuilderForType()
Deprecated.
|
protected KeyTypeEntry.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
Deprecated.
|
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
Deprecated.
|
static KeyTypeEntry |
parseDelimitedFrom(InputStream input)
Deprecated.
|
static KeyTypeEntry |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Deprecated.
|
static KeyTypeEntry |
parseFrom(byte[] data)
Deprecated.
|
static KeyTypeEntry |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Deprecated.
|
static KeyTypeEntry |
parseFrom(ByteBuffer data)
Deprecated.
|
static KeyTypeEntry |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Deprecated.
|
static KeyTypeEntry |
parseFrom(com.google.protobuf.ByteString data)
Deprecated.
|
static KeyTypeEntry |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Deprecated.
|
static KeyTypeEntry |
parseFrom(com.google.protobuf.CodedInputStream input)
Deprecated.
|
static KeyTypeEntry |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Deprecated.
|
static KeyTypeEntry |
parseFrom(InputStream input)
Deprecated.
|
static KeyTypeEntry |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Deprecated.
|
static com.google.protobuf.Parser<KeyTypeEntry> |
parser()
Deprecated.
|
KeyTypeEntry.Builder |
toBuilder()
Deprecated.
|
void |
writeTo(com.google.protobuf.CodedOutputStream output)
Deprecated.
|
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int PRIMITIVE_NAME_FIELD_NUMBER
public static final int TYPE_URL_FIELD_NUMBER
public static final int KEY_MANAGER_VERSION_FIELD_NUMBER
public static final int NEW_KEY_ALLOWED_FIELD_NUMBER
public static final int CATALOGUE_NAME_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public String getPrimitiveName()
E.g. “Aead”, “Mac”, ... (case-insensitive)
string primitive_name = 1;getPrimitiveName in interface KeyTypeEntryOrBuilderpublic com.google.protobuf.ByteString getPrimitiveNameBytes()
E.g. “Aead”, “Mac”, ... (case-insensitive)
string primitive_name = 1;getPrimitiveNameBytes in interface KeyTypeEntryOrBuilderpublic String getTypeUrl()
Name of the key type.
string type_url = 2;getTypeUrl in interface KeyTypeEntryOrBuilderpublic com.google.protobuf.ByteString getTypeUrlBytes()
Name of the key type.
string type_url = 2;getTypeUrlBytes in interface KeyTypeEntryOrBuilderpublic int getKeyManagerVersion()
Minimum required version of key manager.
uint32 key_manager_version = 3;getKeyManagerVersion in interface KeyTypeEntryOrBuilderpublic boolean getNewKeyAllowed()
Can the key manager create new keys?
bool new_key_allowed = 4;getNewKeyAllowed in interface KeyTypeEntryOrBuilderpublic String getCatalogueName()
Catalogue to be queried for key manager,
string catalogue_name = 5;getCatalogueName in interface KeyTypeEntryOrBuilderpublic com.google.protobuf.ByteString getCatalogueNameBytes()
Catalogue to be queried for key manager,
string catalogue_name = 5;getCatalogueNameBytes in interface KeyTypeEntryOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static KeyTypeEntry parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static KeyTypeEntry parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static KeyTypeEntry parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static KeyTypeEntry parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static KeyTypeEntry parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static KeyTypeEntry parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static KeyTypeEntry parseFrom(InputStream input) throws IOException
IOExceptionpublic static KeyTypeEntry parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static KeyTypeEntry parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static KeyTypeEntry parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static KeyTypeEntry parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static KeyTypeEntry parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic KeyTypeEntry.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static KeyTypeEntry.Builder newBuilder()
public static KeyTypeEntry.Builder newBuilder(KeyTypeEntry prototype)
public KeyTypeEntry.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected KeyTypeEntry.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static KeyTypeEntry getDefaultInstance()
public static com.google.protobuf.Parser<KeyTypeEntry> parser()
public com.google.protobuf.Parser<KeyTypeEntry> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public KeyTypeEntry getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder