Signer

uk.gov.hmrc.crypto.secure.Signer
class Signer(val privateKey: PrivateKey)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def sign(data: String, algorithm: SignatureAlgorithm): String

Concrete fields

val privateKey: PrivateKey