CryptoGCMWithKeysFromConfig

uk.gov.hmrc.crypto.CryptoGCMWithKeysFromConfig
class CryptoGCMWithKeysFromConfig(baseConfigKey: String, config: Config) extends CompositeSymmetricCrypto

Attributes

Deprecated
true
Graph
Supertypes
trait Decrypter
trait Encrypter
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

override def decrypt(scrambled: Crypted): PlainText

Attributes

Definition Classes
Inherited from:
CompositeSymmetricCrypto
override def decryptAsBytes(scrambled: Crypted): PlainBytes

Attributes

Definition Classes
Inherited from:
CompositeSymmetricCrypto
override def encrypt(value: PlainContent): Crypted

Attributes

Definition Classes
Inherited from:
CompositeSymmetricCrypto

Concrete fields

override protected val currentCrypto: Encrypter & Decrypter
override protected val previousCryptos: Seq[Decrypter]