FromBase64

final case class FromBase64(base64: String) extends KeySource

Key loaded from a Base64 string

Value Params
base64

base64 encoded key value

trait Serializable
trait Product
trait Equals
trait KeySource
class Object
trait Matchable
class Any

Value members

Inherited methods

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