PlainText

final case class PlainText(plaintext: Base64)

A tagged-like newtype used to indicate that a Base64 value is a plaintext we want to encrypt.

A tagged-like newtype used to indicate that a Base64 value is a plaintext we want to encrypt.

Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product