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 Throwable with CipherError with Product with Serializable

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    CipherErrors

Value Members

  1. package asymmetric

    Permalink
  2. package symmetric

    Permalink

Inherited from CipherErrors

Inherited from AnyRef

Inherited from Any

Ungrouped