c

nelson.crypto

SafeHolderEncryption

final class SafeHolderEncryption extends Encryptor[AuthResult] with Decryptor[AuthResult]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SafeHolderEncryption
  2. Decryptor
  3. Encryptor
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SafeHolderEncryption(holder: SafeHolder[Cipher])

Value Members

  1. def decrypt(data: ByteVector, key: EncryptionKey, iv: InitializationVector): AuthResult[ByteVector]
    Definition Classes
    SafeHolderEncryptionDecryptor
  2. def encrypt(data: ByteVector, key: EncryptionKey, iv: InitializationVector): AuthResult[ByteVector]
    Definition Classes
    SafeHolderEncryptionEncryptor
  3. def useCipher(data: ByteVector, key: EncryptionKey, iv: InitializationVector, mode: CipherMode): AuthResult[ByteVector]