AES

org.mbari.raziel.util.crypto.AES
class AES(key: String)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def decrypt(strToDecrypt: String): Either[Throwable, String]
def encrypt(strToEncrypt: String): Either[Throwable, String]