kotlin-components-docs
jvm
kotlin-components-docs
/
mozilla.appservices.logins
/
EncryptorDecryptor
Encryptor
Decryptor
interface
EncryptorDecryptor
Inheritors
EncryptorDecryptorImpl
Members
Types
Companion
Link copied to clipboard
object
Companion
Functions
decrypt
Link copied to clipboard
abstract
fun
decrypt
(
ciphertext
:
ByteArray
)
:
ByteArray
encrypt
Link copied to clipboard
abstract
fun
encrypt
(
cleartext
:
ByteArray
)
:
ByteArray