Context

final case class Context(context: Base64)

A tagged-like newtype used to indicate that a Base64 value is the user-supplied context used in key derivation. "Key derivation allows the same key to be used for multiple purposes by deriving a new key based on a user-supplied context value

A tagged-like newtype used to indicate that a Base64 value is the user-supplied context used in key derivation. "Key derivation allows the same key to be used for multiple purposes by deriving a new key based on a user-supplied context value

https://www.vaultproject.io/docs/secrets/transit/index.html#transit-secrets-engine

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