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