TotpSha512

uk.gov.hmrc.totp.TotpSha512
trait TotpSha512 extends HmacShaTotp

Attributes

Graph
Supertypes
trait HmacShaTotp
class Object
trait Matchable
class Any
Known subtypes

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

Concrete fields

final override val codeLength: 8
final override val crypto: HmacSHA512.type
final override val totpTimeInterval: FiniteDuration