Class TPMSClockInfo

java.lang.Object
com.webauthn4j.data.attestation.statement.TPMSClockInfo
All Implemented Interfaces:
Serializable

public class TPMSClockInfo extends Object implements Serializable
See Also:
  • Constructor Details

    • TPMSClockInfo

      public TPMSClockInfo(@NonNull BigInteger clock, long resetCount, long restartCount, boolean safe)
  • Method Details

    • getClock

      public @NonNull BigInteger getClock()
    • getResetCount

      public long getResetCount()
    • getRestartCount

      public long getRestartCount()
    • isSafe

      public boolean isSafe()
    • equals

      public boolean equals(@Nullable Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • getBytes

      public byte[] getBytes()