@Deprecated public interface RegistryConfigOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getConfigName()
Deprecated.
string config_name = 1; |
com.google.protobuf.ByteString |
getConfigNameBytes()
Deprecated.
string config_name = 1; |
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; |
String getConfigName()
string config_name = 1;com.google.protobuf.ByteString getConfigNameBytes()
string config_name = 1;List<KeyTypeEntry> getEntryList()
repeated .google.crypto.tink.KeyTypeEntry entry = 2;KeyTypeEntry getEntry(int index)
repeated .google.crypto.tink.KeyTypeEntry entry = 2;int getEntryCount()
repeated .google.crypto.tink.KeyTypeEntry entry = 2;