JavaTotpSha512Generator

uk.gov.hmrc.totp.JavaTotpSha512Generator

Attributes

Graph
Supertypes
trait TotpSha512
trait HmacShaTotp
class Object
trait Matchable
class Any

Members list

Value members

Inherited methods

final def getTotp(secret: String, totpGenerationTimeInMillis: Long): String

Attributes

Inherited from:
HmacShaTotp
final def getTotpCode(secret: String): String

Attributes

Inherited from:
HmacShaTotp

Inherited fields

final override val codeLength: 8

Attributes

Inherited from:
TotpSha512
final override val crypto: HmacSHA512.type

Attributes

Inherited from:
TotpSha512
final override val totpTimeInterval: FiniteDuration

Attributes

Inherited from:
TotpSha512