IdEncryptor

class IdEncryptor(algorithm: String, secretKey: String, transformation: String, keySize: Int, iv: String) : Encryptor<String, String>

Constructors

Link copied to clipboard
constructor(algorithm: String, secretKey: String, transformation: String, keySize: Int, iv: String)

Functions

Link copied to clipboard
open override fun decrypt(encryptedText: String): String
Link copied to clipboard
open override fun encrypt(plainText: String): String