java.lang.Object
com.webauthn4j.data.attestation.statement.TPMSAttest

public class TPMSAttest extends Object
  • Constructor Details

    • TPMSAttest

      public TPMSAttest(@NotNull @NotNull TPMGenerated magic, @NotNull @NotNull TPMISTAttest type, @NotNull @org.jetbrains.annotations.NotNull byte[] qualifiedSigner, @NotNull @org.jetbrains.annotations.NotNull byte[] extraData, @NotNull @NotNull TPMSClockInfo clockInfo, @NotNull @NotNull BigInteger firmwareVersion, @NotNull @NotNull TPMUAttest attested)
  • Method Details

    • getMagic

      @NotNull public @NotNull TPMGenerated getMagic()
    • getType

      @NotNull public @NotNull TPMISTAttest getType()
    • getQualifiedSigner

      @NotNull public @org.jetbrains.annotations.NotNull byte[] getQualifiedSigner()
    • getExtraData

      @NotNull public @org.jetbrains.annotations.NotNull byte[] getExtraData()
    • getClockInfo

      @NotNull public @NotNull TPMSClockInfo getClockInfo()
    • getFirmwareVersion

      @NotNull public @NotNull BigInteger getFirmwareVersion()
    • getAttested

      @NotNull public @NotNull TPMUAttest getAttested()
    • getBytes

      @NotNull public @org.jetbrains.annotations.NotNull byte[] getBytes()
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object