final case classCipherText(ciphertext: String) extends AnyVal with Product with Serializable
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.
Linear Supertypes
Serializable, Serializable, Product, Equals, AnyVal, Any
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.