Encrypter

uk.gov.hmrc.crypto.secure.Encrypter
trait Encrypter

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Concrete methods

def encrypt(data: Array[Byte]): String
def encrypt(data: String): String
protected def validateKey(): Unit

Abstract fields

protected val key: Key

Concrete fields

lazy protected val algorithm: String