CipherFactory

Represents the ability to create a Cipher for encryption or decryption.
Used in conjunction with encrypted. Typically provided implicitly to all encryption codecs in a larger codec.
Companion
object
class Object
trait Matchable
class Any

Value members

Methods

def newEncryptCipher: Cipher
Creates a cipher initialized for encryption.
def newDecryptCipher: Cipher
Creates a cipher initialized for decryption.