SecurityManager

class SecurityManager

Author

Umang Chamaria

Constructors

SecurityManager
Link copied to clipboard
fun SecurityManager()

Types

Companion
Link copied to clipboard
object Companion

Functions

decrypt
Link copied to clipboard
fun decrypt(key: String, text: String): String?
encrypt
Link copied to clipboard
fun encrypt(key: String, text: String): CryptographyResponse