| Package | Description |
|---|---|
| com.google.crypto.tink | |
| com.google.crypto.tink.tinkkey | |
| com.google.crypto.tink.tinkkey.internal |
| Modifier and Type | Method and Description |
|---|---|
KeyHandle |
KeysetHandle.primaryKey()
Deprecated.
Use
KeysetHandle.getPrimary() instead. |
| Modifier and Type | Method and Description |
|---|---|
List<KeyHandle> |
KeysetHandle.getKeys()
Deprecated.
Use "getAt" instead.
|
| Modifier and Type | Method and Description |
|---|---|
KeysetManager |
KeysetManager.add(KeyHandle keyHandle)
Deprecated.
We recommend to use the
KeysetHandle.Builder API. |
KeysetManager |
KeysetManager.add(KeyHandle keyHandle,
KeyAccess access)
Deprecated.
We recommend to use the
KeysetHandle.Builder API. |
static KeysetHandle |
KeysetHandle.createFromKey(KeyHandle keyHandle,
KeyAccess access)
Deprecated.
Use
KeysetHandle.Builder.addEntry instead. |
| Modifier and Type | Method and Description |
|---|---|
static KeyHandle |
KeyHandle.createFromKey(KeyData keyData,
KeyTemplate.OutputPrefixType opt)
|
static KeyHandle |
KeyHandle.createFromKey(TinkKey key,
KeyAccess access)
|
static KeyHandle |
KeyHandle.generateNew(KeyTemplate keyTemplate)
Generates a new
KeyHandle that contains a fresh key generated according to keyTemplate. |
| Modifier and Type | Class and Description |
|---|---|
class |
InternalKeyHandle
Class used to expose the protected KeyHandle constructor to the rest of Tink.
|