public class KeyUtils
extends java.lang.Object
Constructor and Description |
---|
KeyUtils() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
sqlCipherKeyForKeyProvider(KeyProvider provider)
Take a KeyProvider and return a hex-encoded string version
of the key suitable for passing directly to SQLCipher
(i.e., including `x'` prefix and `'` suffix).
|
public static java.lang.String sqlCipherKeyForKeyProvider(KeyProvider provider)
provider
- KeyProvider to encode key for