UefiSignatureTemplateName Class

public final class UefiSignatureTemplateName
extends ExpandableStringEnum<UefiSignatureTemplateName>

The name of the signature template that contains default UEFI keys.

Field Summary

Modifier and Type Field and Description
static final UefiSignatureTemplateName MICROSOFT_UEFI_CERTIFICATE_AUTHORITY_TEMPLATE

Static value MicrosoftUefiCertificateAuthorityTemplate for UefiSignatureTemplateName.

static final UefiSignatureTemplateName MICROSOFT_WINDOWS_TEMPLATE

Static value MicrosoftWindowsTemplate for UefiSignatureTemplateName.

static final UefiSignatureTemplateName NO_SIGNATURE_TEMPLATE

Static value NoSignatureTemplate for UefiSignatureTemplateName.

Constructor Summary

Constructor Description
UefiSignatureTemplateName()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of UefiSignatureTemplateName value.

Method Summary

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

Creates or finds a UefiSignatureTemplateName from its string representation.

static Collection<UefiSignatureTemplateName> values()

Gets known UefiSignatureTemplateName values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

MICROSOFT_UEFI_CERTIFICATE_AUTHORITY_TEMPLATE

public static final UefiSignatureTemplateName MICROSOFT_UEFI_CERTIFICATE_AUTHORITY_TEMPLATE

Static value MicrosoftUefiCertificateAuthorityTemplate for UefiSignatureTemplateName.

MICROSOFT_WINDOWS_TEMPLATE

public static final UefiSignatureTemplateName MICROSOFT_WINDOWS_TEMPLATE

Static value MicrosoftWindowsTemplate for UefiSignatureTemplateName.

NO_SIGNATURE_TEMPLATE

public static final UefiSignatureTemplateName NO_SIGNATURE_TEMPLATE

Static value NoSignatureTemplate for UefiSignatureTemplateName.

Constructor Details

UefiSignatureTemplateName

@Deprecated
public UefiSignatureTemplateName()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of UefiSignatureTemplateName value.

Method Details

fromString

public static UefiSignatureTemplateName fromString(String name)

Creates or finds a UefiSignatureTemplateName from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding UefiSignatureTemplateName.

values

public static Collection values()

Gets known UefiSignatureTemplateName values.

Returns:

known UefiSignatureTemplateName values.

Applies to