CipherFactory

Represents the ability to create a Cipher for encryption or decryption.

Represents the ability to create a Cipher for encryption or decryption.

Used in conjunction with encrypted.

Companion
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def newDecryptCipher: Cipher

Creates a cipher initialized for decryption.

Creates a cipher initialized for decryption.

def newEncryptCipher: Cipher

Creates a cipher initialized for encryption.

Creates a cipher initialized for encryption.