AesGcmAdCrypto

uk.gov.hmrc.crypto.AesGcmAdCrypto
class AesGcmAdCrypto(aesKey: String) extends AdEncrypter, AdDecrypter

Attributes

Graph
Supertypes
trait AdDecrypter
trait AdEncrypter
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def decrypt(valueToDecrypt: EncryptedValue, associatedText: String): String

Attributes

Definition Classes
override def encrypt(valueToEncrypt: String, associatedText: String): EncryptedValue

Attributes

Definition Classes