Class TPMSCertifyInfo

java.lang.Object
com.webauthn4j.data.attestation.statement.TPMSCertifyInfo
All Implemented Interfaces:
TPMUAttest

public class TPMSCertifyInfo extends Object implements TPMUAttest
  • Constructor Details

    • TPMSCertifyInfo

      public TPMSCertifyInfo(@NotNull @NotNull TPMTHA name, @NotNull @NotNull TPMTHA qualifiedName)
  • Method Details

    • getName

      @NotNull public @NotNull TPMTHA getName()
    • getQualifiedName

      @NotNull public @NotNull TPMTHA getQualifiedName()
    • getBytes

      @NotNull public @org.jetbrains.annotations.NotNull byte[] getBytes()
      Specified by:
      getBytes in interface TPMUAttest
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object