Packages

p

tsec

cipher

package cipher

Source
package.scala
Linear Supertypes
CipherErrors, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. cipher
  2. CipherErrors
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait CipherErrors extends AnyRef
  2. case class AADError(cause: String) extends Exception with CipherError with Product with Serializable

    AAD error

    AAD error

    Definition Classes
    CipherErrors
  3. case class AuthTagError(cause: String) extends Exception with CipherError with Product with Serializable

    Authentication tag related errors

    Authentication tag related errors

    Definition Classes
    CipherErrors
  4. sealed trait CipherError extends Exception with TSecError

    Base CipherError trait

    Base CipherError trait

    Definition Classes
    CipherErrors
  5. case class CipherKeyBuildError(cause: String) extends Exception with CipherError with Product with Serializable

    Error during key construction/generation

    Error during key construction/generation

    Definition Classes
    CipherErrors
  6. case class CipherKeyError(cause: String) extends Exception with CipherError with Product with Serializable

    Error with incorrect key

    Error with incorrect key

    Definition Classes
    CipherErrors
  7. case class CipherTextError(cause: String) extends Exception with CipherError with Product with Serializable

    Ciphertext related errors

    Ciphertext related errors

    Definition Classes
    CipherErrors
  8. case class DecryptError(cause: String) extends Exception with CipherError with Product with Serializable

    Error during decryption

    Error during decryption

    Definition Classes
    CipherErrors
  9. case class EncryptError(cause: String) extends Exception with CipherError with Product with Serializable

    Error possibly thrown during encryption

    Error possibly thrown during encryption

    Definition Classes
    CipherErrors
  10. case class InstanceInitError(cause: String) extends Exception with CipherError with Product with Serializable

    Error thrown if the instance is invalid

    Error thrown if the instance is invalid

    Definition Classes
    CipherErrors
  11. case class IvError(cause: String) extends Exception with CipherError with Product with Serializable

    Error with incorrect iv len

    Error with incorrect iv len

    Definition Classes
    CipherErrors
  12. type NoSuchInstanceError = NoSuchInstanceError.type
    Definition Classes
    CipherErrors

Value Members

  1. object NoSuchInstanceError extends Exception with CipherError with Product with Serializable

    NoSuchInstance error

    NoSuchInstance error

    Definition Classes
    CipherErrors

Inherited from CipherErrors

Inherited from AnyRef

Inherited from Any

Ungrouped