fmgp.crypto.error

Members list

Concise view

Type members

Classlikes

case class CryptoErrorCollection[E <: CryptoFailed](errors: Seq[E]) extends CryptoFailed

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait DidFail
class Object
trait Matchable
class Any

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class CryptoFailToParse(error: String) extends CryptoFailed

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait DidFail
class Object
trait Matchable
class Any
sealed trait CryptoFailed extends DidFail

Attributes

Companion:
object
Graph
Supertypes
trait DidFail
class Object
trait Matchable
class Any
Known subtypes

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait DidFail
class Object
trait Matchable
class Any
Self type
sealed trait CurveError extends CryptoFailed

Attributes

Companion:
object
Graph
Supertypes
trait DidFail
class Object
trait Matchable
class Any
Known subtypes
object CurveError

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
case class DIDSubjectNotSupported(did: DIDSubject) extends DidFail

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait DidFail
class Object
trait Matchable
class Any
case object DecryptionFailed extends CryptoFailed

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait DidFail
class Object
trait Matchable
class Any
Self type
case class DidException(fail: DidFail) extends Exception

Attributes

Graph
Supertypes
trait Product
trait Equals
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
sealed trait DidFail

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object DidFail

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
DidFail.type
case class DidMethodNotSupported(method: String) extends DidFail

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait DidFail
class Object
trait Matchable
class Any
case object EncryptionFailed extends CryptoFailed

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait DidFail
class Object
trait Matchable
class Any
Self type
case class FailToEncodeMessage(piuri: PIURI, error: String) extends ProtocolFail

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait DidFail
class Object
trait Matchable
class Any
case class FailToGenerateKey(origin: DidFail) extends CryptoFailed

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait DidFail
class Object
trait Matchable
class Any
case class FailToParse(error: String) extends DidFail

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait DidFail
class Object
trait Matchable
class Any
case object IncompatibleKeys extends CryptoFailed

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait DidFail
class Object
trait Matchable
class Any
Self type

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait DidFail
class Object
trait Matchable
class Any
Self type
case object MACCheckFailed extends CryptoFailed

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait DidFail
class Object
trait Matchable
class Any
Self type
case class MissingCurve(expected: Set[Curve]) extends CurveError

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait DidFail
class Object
trait Matchable
class Any
case class MissingDecryptionKey(kid: String*) extends CryptoFailed

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait DidFail
class Object
trait Matchable
class Any
case object MissingFromHeader extends CryptoFailed

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait DidFail
class Object
trait Matchable
class Any
Self type
case class MissingProtocol(piuri: PIURI) extends ProtocolFail

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait DidFail
class Object
trait Matchable
class Any
case class MultiCurvesTypes(obtained: Set[Curve], expected: Set[Curve]) extends CurveError

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait DidFail
class Object
trait Matchable
class Any

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait DidFail
class Object
trait Matchable
class Any
Self type
case class NoAgent(info: String) extends DidFail

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait DidFail
class Object
trait Matchable
class Any
case object NoKeys extends CryptoFailed

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait DidFail
class Object
trait Matchable
class Any
Self type
NoKeys.type
case class PointNotOnCurve(error: String) extends CryptoFailed

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait DidFail
class Object
trait Matchable
class Any
sealed trait ProtocolFail extends DidFail

Attributes

Companion:
object
Graph
Supertypes
trait DidFail
class Object
trait Matchable
class Any
Known subtypes

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait DidFail
class Object
trait Matchable
class Any
Self type
case class SomeThrowable(error: String) extends CryptoFailed

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait DidFail
class Object
trait Matchable
class Any

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case object UnknownError extends CryptoFailed

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait DidFail
class Object
trait Matchable
class Any
Self type
case object ValidationFailed extends CryptoFailed

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait DidFail
class Object
trait Matchable
class Any
Self type
case class WrongCurve(obtained: Curve, expected: Set[Curve]) extends CurveError

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait DidFail
class Object
trait Matchable
class Any

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait DidFail
class Object
trait Matchable
class Any
Self type
case object ZeroResults extends CryptoFailed

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait DidFail
class Object
trait Matchable
class Any
Self type