| Package | Description |
|---|---|
| com.google.crypto.tink.integration.android |
| Modifier and Type | Method and Description |
|---|---|
AndroidKeysetManager.Builder |
AndroidKeysetManager.Builder.doNotUseKeystore()
Deprecated.
Please do not use this function. Instead, do not call {#code withMasterKeyUri}
which has the same effect.
|
AndroidKeysetManager.Builder |
AndroidKeysetManager.Builder.withKeyTemplate(KeyTemplate val)
If the keyset is not found or valid, generates a new one using
val. |
AndroidKeysetManager.Builder |
AndroidKeysetManager.Builder.withKeyTemplate(KeyTemplate val)
If the keyset is not found or valid, generates a new one using
val. |
AndroidKeysetManager.Builder |
AndroidKeysetManager.Builder.withMasterKeyUri(String val)
Sets the master key URI that references the key in Android Keystore with which the keyset
gets encrypted.
|
AndroidKeysetManager.Builder |
AndroidKeysetManager.Builder.withSharedPref(android.content.Context context,
String keysetName,
String prefFileName)
Reads and writes the keyset from shared preferences.
|