Class AttestationType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<AttestationType>
com.azure.security.attestation.models.AttestationType

public final class AttestationType extends ExpandableStringEnum<AttestationType>
Defines values for AttestationType.
  • Field Details

    • SGX_ENCLAVE

      public static final AttestationType SGX_ENCLAVE
      Static value SgxEnclave for AttestationType.
    • OPEN_ENCLAVE

      public static final AttestationType OPEN_ENCLAVE
      Static value OpenEnclave for AttestationType.
    • TPM

      public static final AttestationType TPM
      Static value Tpm for AttestationType.
  • Constructor Details

    • AttestationType

      public AttestationType()
  • Method Details

    • fromString

      public static AttestationType fromString(String name)
      Creates or finds a AttestationType from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding AttestationType.
    • values

      public static Collection<AttestationType> values()
      Returns:
      known AttestationType values.