Packages

package jca

Linear Supertypes
CipherErrors, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. jca
  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
    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 JAuthEncryptor[F[_], A] = AADEncryptor[F, A, SecretKey]
  12. type JEncryptor[F[_], A] = Encryptor[F, A, SecretKey]
  13. type NoSuchInstanceError = NoSuchInstanceError.type
    Definition Classes
    CipherErrors
  14. type SecretKey[A] = Type[A]

Value Members

  1. implicit final def _secretKeySyntax[A](key: SecretKey[A]): SecretKeySyntax[A]

Inherited from CipherErrors

Inherited from AnyRef

Inherited from Any

Ungrouped