SymmetricEncrypter

uk.gov.hmrc.crypto.secure.SymmetricEncrypter
class SymmetricEncrypter(val key: SecretKey) extends Encrypter

Attributes

Graph
Supertypes
trait Encrypter
class Object
trait Matchable
class Any

Members list

Value members

Inherited methods

def encrypt(data: String): String

Attributes

Inherited from:
Encrypter
def encrypt(data: Array[Byte]): String

Attributes

Inherited from:
Encrypter
protected def validateKey(): Unit

Attributes

Inherited from:
Encrypter

Inherited fields

lazy protected val algorithm: String

Attributes

Inherited from:
Encrypter