Packages

p

tsec

cipher

package cipher

Linear Supertypes
CipherErrors, AnyRef, Any

Package Members

  1. package symmetric

Type Members

  1. case class AADError extends Exception with CipherError with Product with Serializable
    Definition Classes
    CipherErrors
  2. case class AuthTagError extends Exception with CipherError with Product with Serializable
    Definition Classes
    CipherErrors
  3. sealed trait CipherError extends Exception with TSecError
    Definition Classes
    CipherErrors
  4. case class CipherKeyBuildError extends Exception with CipherError with Product with Serializable
    Definition Classes
    CipherErrors
  5. case class CipherKeyError extends Exception with CipherError with Product with Serializable
    Definition Classes
    CipherErrors
  6. case class CipherTextError extends Exception with CipherError with Product with Serializable
    Definition Classes
    CipherErrors
  7. case class DecryptError extends Exception with CipherError with Product with Serializable
    Definition Classes
    CipherErrors
  8. case class EncryptError extends Exception with CipherError with Product with Serializable
    Definition Classes
    CipherErrors
  9. case class InstanceInitError extends Exception with CipherError with Product with Serializable
    Definition Classes
    CipherErrors
  10. case class IvError extends Exception 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