SigningKeyValidator

org.plasmalabs.quivr.models.SigningKeyValidator
object SigningKeyValidator extends Validator[SigningKey]

Attributes

Graph
Supertypes
trait Validator[SigningKey]
trait Serializable
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

object Ed25519SkValidator extends Validator[Ed25519Sk]

Attributes

Supertypes
trait Validator[Ed25519Sk]
trait Serializable
class Object
trait Matchable
class Any
Self type
object ExtendedEd25519SkValidator extends Validator[ExtendedEd25519Sk]

Attributes

Supertypes
trait Validator[ExtendedEd25519Sk]
trait Serializable
class Object
trait Matchable
class Any
Self type

Value members

Concrete methods

def validate(input: SigningKey): Result

Inherited methods

def optional: Validator[Option[SigningKey]]

Attributes

Inherited from:
Validator