Sensitive

uk.gov.hmrc.crypto.Sensitive
See theSensitive companion trait
object Sensitive

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Sensitive.type

Members list

Type members

Classlikes

case class SensitiveBigDecimal(decryptedValue: BigDecimal) extends Sensitive[BigDecimal]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Sensitive[BigDecimal]
class Object
trait Matchable
class Any
Show all
case class SensitiveBoolean(decryptedValue: Boolean) extends Sensitive[Boolean]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Sensitive[Boolean]
class Object
trait Matchable
class Any
Show all
case class SensitiveDouble(decryptedValue: Double) extends Sensitive[Double]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Sensitive[Double]
class Object
trait Matchable
class Any
Show all
case class SensitiveInstant(decryptedValue: Instant) extends Sensitive[Instant]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Sensitive[Instant]
class Object
trait Matchable
class Any
Show all
case class SensitiveLong(decryptedValue: Long) extends Sensitive[Long]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Sensitive[Long]
class Object
trait Matchable
class Any
Show all
case class SensitiveString(decryptedValue: String) extends Sensitive[String]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Sensitive[String]
class Object
trait Matchable
class Any
Show all