| Package | Description |
|---|---|
| com.google.crypto.tink | |
| com.google.crypto.tink.proto |
| Modifier and Type | Method and Description |
|---|---|
static KeyTypeEntry |
Config.getTinkKeyTypeEntry(String catalogueName,
String primitiveName,
String keyProtoName,
int keyManagerVersion,
boolean newKeyAllowed)
Returns a
KeyTypeEntry for Tink key types with the specified properties. |
| Modifier and Type | Method and Description |
|---|---|
static void |
Config.registerKeyType(KeyTypeEntry entry)
Tries to register a key manager according to the specification in
entry. |
| Modifier and Type | Method and Description |
|---|---|
static KeyTypeEntry |
KeyTypeEntry.getDefaultInstance()
Deprecated.
|
KeyTypeEntry |
RegistryConfigOrBuilder.getEntry(int index)
Deprecated.
repeated .google.crypto.tink.KeyTypeEntry entry = 2; |
KeyTypeEntry |
RegistryConfig.getEntry(int index)
Deprecated.
repeated .google.crypto.tink.KeyTypeEntry entry = 2; |
KeyTypeEntry |
RegistryConfig.Builder.getEntry(int index)
repeated .google.crypto.tink.KeyTypeEntry entry = 2; |
static KeyTypeEntry |
KeyTypeEntry.parseDelimitedFrom(InputStream input)
Deprecated.
|
static KeyTypeEntry |
KeyTypeEntry.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Deprecated.
|
static KeyTypeEntry |
KeyTypeEntry.parseFrom(byte[] data)
Deprecated.
|
static KeyTypeEntry |
KeyTypeEntry.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Deprecated.
|
static KeyTypeEntry |
KeyTypeEntry.parseFrom(ByteBuffer data)
Deprecated.
|
static KeyTypeEntry |
KeyTypeEntry.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Deprecated.
|
static KeyTypeEntry |
KeyTypeEntry.parseFrom(com.google.protobuf.ByteString data)
Deprecated.
|
static KeyTypeEntry |
KeyTypeEntry.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Deprecated.
|
static KeyTypeEntry |
KeyTypeEntry.parseFrom(com.google.protobuf.CodedInputStream input)
Deprecated.
|
static KeyTypeEntry |
KeyTypeEntry.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Deprecated.
|
static KeyTypeEntry |
KeyTypeEntry.parseFrom(InputStream input)
Deprecated.
|
static KeyTypeEntry |
KeyTypeEntry.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<KeyTypeEntry> |
RegistryConfigOrBuilder.getEntryList()
Deprecated.
repeated .google.crypto.tink.KeyTypeEntry entry = 2; |
List<KeyTypeEntry> |
RegistryConfig.getEntryList()
Deprecated.
repeated .google.crypto.tink.KeyTypeEntry entry = 2; |
List<KeyTypeEntry> |
RegistryConfig.Builder.getEntryList()
repeated .google.crypto.tink.KeyTypeEntry entry = 2; |
static com.google.protobuf.Parser<KeyTypeEntry> |
KeyTypeEntry.parser()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
RegistryConfig.Builder |
RegistryConfig.Builder.addEntry(int index,
KeyTypeEntry value)
repeated .google.crypto.tink.KeyTypeEntry entry = 2; |
RegistryConfig.Builder |
RegistryConfig.Builder.addEntry(KeyTypeEntry value)
repeated .google.crypto.tink.KeyTypeEntry entry = 2; |
static KeyTypeEntry.Builder |
KeyTypeEntry.newBuilder(KeyTypeEntry prototype)
Deprecated.
|
RegistryConfig.Builder |
RegistryConfig.Builder.setEntry(int index,
KeyTypeEntry value)
repeated .google.crypto.tink.KeyTypeEntry entry = 2; |
| Modifier and Type | Method and Description |
|---|---|
RegistryConfig.Builder |
RegistryConfig.Builder.addAllEntry(Iterable<? extends KeyTypeEntry> values)
repeated .google.crypto.tink.KeyTypeEntry entry = 2; |