java.lang.Object
com.webauthn4j.data.attestation.statement.TPMSClockInfo
-
Constructor Summary
ConstructorsConstructorDescriptionTPMSClockInfo(@NotNull BigInteger clock, long resetCount, long restartCount, boolean safe) -
Method Summary
Modifier and TypeMethodDescriptionbooleanbyte[]getBytes()@NotNull BigIntegergetClock()longlonginthashCode()booleanisSafe()
-
Constructor Details
-
TPMSClockInfo
public TPMSClockInfo(@NotNull @NotNull BigInteger clock, long resetCount, long restartCount, boolean safe)
-
-
Method Details