Packages

p

tsec

cipher

package cipher

Linear Supertypes
CipherErrors, AnyRef, Any

Type Members

  1. case class AADError extends Throwable with CipherError with Product with Serializable
    Definition Classes
    CipherErrors
  2. case class AuthTagError extends Throwable with CipherError with Product with Serializable
    Definition Classes
    CipherErrors
  3. sealed trait CipherError extends Throwable with TSecError
    Definition Classes
    CipherErrors
  4. case class CipherKeyBuildError extends Throwable with CipherError with Product with Serializable
    Definition Classes
    CipherErrors
  5. case class CipherKeyError extends Throwable with CipherError with Product with Serializable
    Definition Classes
    CipherErrors
  6. case class CipherTextError extends Throwable with CipherError with Product with Serializable
    Definition Classes
    CipherErrors
  7. case class DecryptError extends Throwable with CipherError with Product with Serializable
    Definition Classes
    CipherErrors
  8. case class EncryptError extends Throwable with CipherError with Product with Serializable
    Definition Classes
    CipherErrors
  9. case class InstanceInitError extends Throwable with CipherError with Product with Serializable
    Definition Classes
    CipherErrors
  10. case class IvError extends Throwable with CipherError with Product with Serializable
    Definition Classes
    CipherErrors
  11. type NoSuchInstanceError = NoSuchInstanceError.type
    Definition Classes
    CipherErrors

Inherited from CipherErrors

Inherited from AnyRef

Inherited from Any

Ungrouped