CryptoUtils

io.funkode.transactions.utils.CryptoUtils
See theCryptoUtils companion object
class CryptoUtils(password: String)

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def decrypt(input: String): String
def encrypt(input: String): String

Concrete fields

val textEncryptor: AES256TextEncryptor