StoreName Class

public final class StoreName
extends ExpandableStringEnum<StoreName>

The local certificate store location.

Field Summary

Modifier and Type Field and Description
static final StoreName ADDRESS_BOOK

Static value AddressBook for StoreName.

static final StoreName AUTH_ROOT

Static value AuthRoot for StoreName.

static final StoreName CERTIFICATE_AUTHORITY

Static value CertificateAuthority for StoreName.

static final StoreName DISALLOWED

Static value Disallowed for StoreName.

static final StoreName MY

Static value My for StoreName.

static final StoreName ROOT

Static value Root for StoreName.

static final StoreName TRUSTED_PEOPLE

Static value TrustedPeople for StoreName.

static final StoreName TRUSTED_PUBLISHER

Static value TrustedPublisher for StoreName.

Constructor Summary

Constructor Description
StoreName()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of StoreName value.

Method Summary

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

Creates or finds a StoreName from its string representation.

static Collection<StoreName> values()

Gets known StoreName values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

ADDRESS_BOOK

public static final StoreName ADDRESS_BOOK

Static value AddressBook for StoreName.

AUTH_ROOT

public static final StoreName AUTH_ROOT

Static value AuthRoot for StoreName.

CERTIFICATE_AUTHORITY

public static final StoreName CERTIFICATE_AUTHORITY

Static value CertificateAuthority for StoreName.

DISALLOWED

public static final StoreName DISALLOWED

Static value Disallowed for StoreName.

MY

public static final StoreName MY

Static value My for StoreName.

ROOT

public static final StoreName ROOT

Static value Root for StoreName.

TRUSTED_PEOPLE

public static final StoreName TRUSTED_PEOPLE

Static value TrustedPeople for StoreName.

TRUSTED_PUBLISHER

public static final StoreName TRUSTED_PUBLISHER

Static value TrustedPublisher for StoreName.

Constructor Details

StoreName

@Deprecated
public StoreName()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of StoreName value.

Method Details

fromString

public static StoreName fromString(String name)

Creates or finds a StoreName from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding StoreName.

values

public static Collection<StoreName> values()

Gets known StoreName values.

Returns:

known StoreName values.

Applies to