AttestationType Class

public final class AttestationType
extends ExpandableStringEnum<AttestationType>

Defines values for AttestationType.

Field Summary

Modifier and Type Field and Description
static final AttestationType OPEN_ENCLAVE

Static value OpenEnclave for AttestationType.

static final AttestationType SGX_ENCLAVE

Static value SgxEnclave for AttestationType.

static final AttestationType TPM

Static value Tpm for AttestationType.

Constructor Summary

Constructor Description
AttestationType()

Method Summary

Modifier and Type Method and Description
static AttestationType fromString(String name)

Creates or finds a AttestationType from its string representation.

static Collection<AttestationType> values()

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

OPEN_ENCLAVE

public static final AttestationType OPEN_ENCLAVE

Static value OpenEnclave for AttestationType.

SGX_ENCLAVE

public static final AttestationType SGX_ENCLAVE

Static value SgxEnclave 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 values()

Returns:

known AttestationType values.

Applies to