IRsaKeyManager

interface IRsaKeyManager

Functions

Link copied to clipboard
abstract fun decrypt(encryptedData: ByteArray): ByteArray
Link copied to clipboard
abstract fun deleteKeyPair()
Link copied to clipboard
abstract fun encrypt(data: ByteArray): ByteArray
abstract fun encrypt(str: String): ByteArray
Link copied to clipboard
abstract fun generateCSRBase64(): String