Package

tsec

cipher

Permalink

package cipher

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. case class AADError extends Exception with CipherError with Product with Serializable

    Permalink
    Definition Classes
    CipherErrors
  2. case class AuthTagError extends Exception with CipherError with Product with Serializable

    Permalink
    Definition Classes
    CipherErrors
  3. sealed trait CipherError extends Exception with TSecError

    Permalink
    Definition Classes
    CipherErrors
  4. case class CipherKeyBuildError extends Exception with CipherError with Product with Serializable

    Permalink
    Definition Classes
    CipherErrors
  5. case class CipherKeyError extends Exception with CipherError with Product with Serializable

    Permalink
    Definition Classes
    CipherErrors
  6. case class CipherTextError extends Exception with CipherError with Product with Serializable

    Permalink
    Definition Classes
    CipherErrors
  7. case class DecryptError extends Exception with CipherError with Product with Serializable

    Permalink
    Definition Classes
    CipherErrors
  8. case class EncryptError extends Exception with CipherError with Product with Serializable

    Permalink
    Definition Classes
    CipherErrors
  9. case class InstanceInitError extends Exception with CipherError with Product with Serializable

    Permalink
    Definition Classes
    CipherErrors
  10. case class IvError extends Exception with CipherError with Product with Serializable

    Permalink
    Definition Classes
    CipherErrors
  11. type NoSuchInstanceError = NoSuchInstanceError.type

    Permalink
    Definition Classes
    CipherErrors

Value Members

  1. package common

    Permalink

Inherited from CipherErrors

Inherited from AnyRef

Inherited from Any

Ungrouped