KeyEncrypter

interface KeyEncrypter

Inheritors

Functions

Link copied to clipboard
abstract fun decrypt(key: String): String
Link copied to clipboard
abstract fun encrypt(key: String): String