CipherFactory

scodec.codecs.CipherFactory
See theCipherFactory companion object

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

Used in conjunction with encrypted.

Attributes

Companion:
object
Source:
CipherCodec.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Abstract methods

Creates a cipher initialized for decryption.

Creates a cipher initialized for decryption.

Attributes

Source:
CipherCodec.scala

Creates a cipher initialized for encryption.

Creates a cipher initialized for encryption.

Attributes

Source:
CipherCodec.scala