UefiKeyType Class

public final class UefiKeyType
extends ExpandableStringEnum<UefiKeyType>

The type of key signature.

Field Summary

Modifier and Type Field and Description
static final UefiKeyType SHA256

Static value sha256 for UefiKeyType.

static final UefiKeyType X509

Static value x509 for UefiKeyType.

Constructor Summary

Constructor Description
UefiKeyType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of UefiKeyType value.

Method Summary

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

Creates or finds a UefiKeyType from its string representation.

static Collection<UefiKeyType> values()

Gets known UefiKeyType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

SHA256

public static final UefiKeyType SHA256

Static value sha256 for UefiKeyType.

X509

public static final UefiKeyType X509

Static value x509 for UefiKeyType.

Constructor Details

UefiKeyType

@Deprecated
public UefiKeyType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of UefiKeyType value.

Method Details

fromString

public static UefiKeyType fromString(String name)

Creates or finds a UefiKeyType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding UefiKeyType.

values

public static Collection values()

Gets known UefiKeyType values.

Returns:

known UefiKeyType values.

Applies to