SecretsHashingService

uk.gov.hmrc.apiplatform.modules.crypto.services.SecretsHashingService
abstract class SecretsHashingService()

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def workFactor: Int

Concrete methods

final def checkAgainstHash(secret: String, hashedSecret: String): Boolean
final def generateSecretAndHash(): (String, String)
final def hashSecret(secret: String): String
final def requiresRehash(hashedSecret: String): Boolean
final def workFactorOfHash(hashedSecret: String): Int