installDecrypter

abstract fun installDecrypter(decrypt: (ByteArray, Int) -> ByteArray)

Provide a decryption function to associate with any SecuredSecrets stored in this database. The decryption function will not be called until the secret is actually needed.