CipherText

final case class CipherText(ciphertext: String) extends AnyVal

In the Vault Transit, cipher-texts are Base64 strings preceded by the "vault:v1:" prefix text. We our special wrapper class to represent Base64 Strings.

In the Vault Transit, cipher-texts are Base64 strings preceded by the "vault:v1:" prefix text. We our special wrapper class to represent Base64 Strings.

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

Value members

Inherited methods

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