uk.gov.hmrc.crypto.secure

Members list

Type members

Classlikes

class AsymmetricDecrypter(val key: PrivateKey) extends Decrypter

Attributes

Companion
object
Supertypes
trait Decrypter
class Object
trait Matchable
class Any

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
class AsymmetricEncrypter(val key: PublicKey) extends Encrypter

Attributes

Supertypes
trait Encrypter
class Object
trait Matchable
class Any

Attributes

Supertypes
class Object
trait Matchable
class Any
trait Decrypter

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
case class EncryptedBytes(value: Array[Byte], nonce: Array[Byte])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
trait Encrypter

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
class GCMEncrypterDecrypter(key: Array[Byte], nonceLength: Int)

Attributes

Supertypes
class Object
trait Matchable
class Any

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
class SignatureVerifier(val publicKey: PublicKey)

Attributes

Supertypes
class Object
trait Matchable
class Any
class Signer(val privateKey: PrivateKey)

Attributes

Supertypes
class Object
trait Matchable
class Any
class SymmetricDecrypter(val key: SecretKey) extends Decrypter

Attributes

Supertypes
trait Decrypter
class Object
trait Matchable
class Any
class SymmetricEncrypter(val key: SecretKey) extends Encrypter

Attributes

Supertypes
trait Encrypter
class Object
trait Matchable
class Any