@Deprecated public final class RegistryConfig extends com.google.protobuf.GeneratedMessage implements RegistryConfigOrBuilder
A complete configuration of Tink library: a list of key types to be available via the Registry after initialization. All fields are required.Protobuf type
google.crypto.tink.RegistryConfig| Modifier and Type | Class and Description |
|---|---|
static class |
RegistryConfig.Builder
Deprecated.
A complete configuration of Tink library: a list of key types
to be available via the Registry after initialization.
|
com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingT extends com.google.protobuf.Message,T>, com.google.protobuf.GeneratedMessage.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
CONFIG_NAME_FIELD_NUMBER
Deprecated.
|
static int |
ENTRY_FIELD_NUMBER
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Deprecated.
|
String |
getConfigName()
Deprecated.
string config_name = 1; |
com.google.protobuf.ByteString |
getConfigNameBytes()
Deprecated.
string config_name = 1; |
static RegistryConfig |
getDefaultInstance()
Deprecated.
|
RegistryConfig |
getDefaultInstanceForType()
Deprecated.
|
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor()
Deprecated.
|
KeyTypeEntry |
getEntry(int index)
Deprecated.
repeated .google.crypto.tink.KeyTypeEntry entry = 2; |
int |
getEntryCount()
Deprecated.
repeated .google.crypto.tink.KeyTypeEntry entry = 2; |
List<KeyTypeEntry> |
getEntryList()
Deprecated.
repeated .google.crypto.tink.KeyTypeEntry entry = 2; |
KeyTypeEntryOrBuilder |
getEntryOrBuilder(int index)
Deprecated.
repeated .google.crypto.tink.KeyTypeEntry entry = 2; |
List<? extends KeyTypeEntryOrBuilder> |
getEntryOrBuilderList()
Deprecated.
repeated .google.crypto.tink.KeyTypeEntry entry = 2; |
com.google.protobuf.Parser<RegistryConfig> |
getParserForType()
Deprecated.
|
int |
getSerializedSize()
Deprecated.
|
int |
hashCode()
Deprecated.
|
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable()
Deprecated.
|
boolean |
isInitialized()
Deprecated.
|
static RegistryConfig.Builder |
newBuilder()
Deprecated.
|
static RegistryConfig.Builder |
newBuilder(RegistryConfig prototype)
Deprecated.
|
RegistryConfig.Builder |
newBuilderForType()
Deprecated.
|
protected RegistryConfig.Builder |
newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
Deprecated.
|
static RegistryConfig |
parseDelimitedFrom(InputStream input)
Deprecated.
|
static RegistryConfig |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Deprecated.
|
static RegistryConfig |
parseFrom(byte[] data)
Deprecated.
|
static RegistryConfig |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Deprecated.
|
static RegistryConfig |
parseFrom(ByteBuffer data)
Deprecated.
|
static RegistryConfig |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Deprecated.
|
static RegistryConfig |
parseFrom(com.google.protobuf.ByteString data)
Deprecated.
|
static RegistryConfig |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Deprecated.
|
static RegistryConfig |
parseFrom(com.google.protobuf.CodedInputStream input)
Deprecated.
|
static RegistryConfig |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Deprecated.
|
static RegistryConfig |
parseFrom(InputStream input)
Deprecated.
|
static RegistryConfig |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Deprecated.
|
static com.google.protobuf.Parser<RegistryConfig> |
parser()
Deprecated.
|
RegistryConfig.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, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, newFileScopedGeneratedExtension, newInstance, newMessageScopedGeneratedExtension, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashFields, toStringaddAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int CONFIG_NAME_FIELD_NUMBER
public static final int ENTRY_FIELD_NUMBER
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessagepublic String getConfigName()
string config_name = 1;getConfigName in interface RegistryConfigOrBuilderpublic com.google.protobuf.ByteString getConfigNameBytes()
string config_name = 1;getConfigNameBytes in interface RegistryConfigOrBuilderpublic List<KeyTypeEntry> getEntryList()
repeated .google.crypto.tink.KeyTypeEntry entry = 2;getEntryList in interface RegistryConfigOrBuilderpublic List<? extends KeyTypeEntryOrBuilder> getEntryOrBuilderList()
repeated .google.crypto.tink.KeyTypeEntry entry = 2;getEntryOrBuilderList in interface RegistryConfigOrBuilderpublic int getEntryCount()
repeated .google.crypto.tink.KeyTypeEntry entry = 2;getEntryCount in interface RegistryConfigOrBuilderpublic KeyTypeEntry getEntry(int index)
repeated .google.crypto.tink.KeyTypeEntry entry = 2;getEntry in interface RegistryConfigOrBuilderpublic KeyTypeEntryOrBuilder getEntryOrBuilder(int index)
repeated .google.crypto.tink.KeyTypeEntry entry = 2;getEntryOrBuilder in interface RegistryConfigOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessagepublic 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 RegistryConfig parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RegistryConfig parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RegistryConfig parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RegistryConfig parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RegistryConfig parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RegistryConfig parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RegistryConfig parseFrom(InputStream input) throws IOException
IOExceptionpublic static RegistryConfig parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static RegistryConfig parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static RegistryConfig parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static RegistryConfig parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static RegistryConfig parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic RegistryConfig.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static RegistryConfig.Builder newBuilder()
public static RegistryConfig.Builder newBuilder(RegistryConfig prototype)
public RegistryConfig.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected RegistryConfig.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.AbstractMessagepublic static RegistryConfig getDefaultInstance()
public static com.google.protobuf.Parser<RegistryConfig> parser()
public com.google.protobuf.Parser<RegistryConfig> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic RegistryConfig getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder