package jca
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- jca
- CipherErrors
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
case class
AADError extends Exception with CipherError with Product with Serializable
- Definition Classes
- CipherErrors
-
case class
AuthTagError extends Exception with CipherError with Product with Serializable
- Definition Classes
- CipherErrors
-
sealed
trait
CipherError extends Exception with TSecError
- Definition Classes
- CipherErrors
-
case class
CipherKeyBuildError extends Exception with CipherError with Product with Serializable
- Definition Classes
- CipherErrors
-
case class
CipherKeyError extends Exception with CipherError with Product with Serializable
- Definition Classes
- CipherErrors
-
case class
CipherTextError extends Exception with CipherError with Product with Serializable
- Definition Classes
- CipherErrors
-
case class
DecryptError extends Exception with CipherError with Product with Serializable
- Definition Classes
- CipherErrors
-
case class
EncryptError extends Exception with CipherError with Product with Serializable
- Definition Classes
- CipherErrors
-
case class
InstanceInitError extends Exception with CipherError with Product with Serializable
- Definition Classes
- CipherErrors
-
case class
IvError extends Exception with CipherError with Product with Serializable
- Definition Classes
- CipherErrors
- type JAuthEncryptor[F[_], A] = AADEncryptor[F, A, SecretKey]
- type JEncryptor[F[_], A] = Encryptor[F, A, SecretKey]
-
type
NoSuchInstanceError = NoSuchInstanceError.type
- Definition Classes
- CipherErrors
- type SecretKey[A] = Type[A]