Enum Class TPMISTAttest

java.lang.Object
java.lang.Enum<TPMISTAttest>
com.webauthn4j.data.attestation.statement.TPMISTAttest
All Implemented Interfaces:
Serializable, Comparable<TPMISTAttest>, Constable

public enum TPMISTAttest extends Enum<TPMISTAttest>
  • Enum Constant Details

    • TPM_ST_ATTEST_CERTIFY

      public static final TPMISTAttest TPM_ST_ATTEST_CERTIFY
    • TPM_ST_ATTEST_QUOTE

      public static final TPMISTAttest TPM_ST_ATTEST_QUOTE
    • TPM_ST_ATTEST_SESSION_AUDIT

      public static final TPMISTAttest TPM_ST_ATTEST_SESSION_AUDIT
    • TPM_ST_ATTEST_COMMAND_AUDIT

      public static final TPMISTAttest TPM_ST_ATTEST_COMMAND_AUDIT
    • TPM_ST_ATTEST_TIME

      public static final TPMISTAttest TPM_ST_ATTEST_TIME
    • TPM_ST_ATTEST_CREATION

      public static final TPMISTAttest TPM_ST_ATTEST_CREATION
    • TPM_ST_ATTEST_NV

      public static final TPMISTAttest TPM_ST_ATTEST_NV
  • Method Details

    • values

      public static TPMISTAttest[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static TPMISTAttest valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • create

      @NotNull public static @NotNull TPMISTAttest create(@NotNull @org.jetbrains.annotations.NotNull byte[] value)
    • getValue

      @NotNull public @org.jetbrains.annotations.NotNull byte[] getValue()