Share via


BatchCertificateStoreLocation Class

public final class BatchCertificateStoreLocation
extends ExpandableStringEnum<BatchCertificateStoreLocation>

BatchCertificateStoreLocation enums.

Field Summary

Modifier and Type Field and Description
static final BatchCertificateStoreLocation CURRENT_USER

Certificates should be installed to the CurrentUser Certificate store.

static final BatchCertificateStoreLocation LOCAL_MACHINE

Certificates should be installed to the LocalMachine Certificate store.

Constructor Summary

Constructor Description
BatchCertificateStoreLocation()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of BatchCertificateStoreLocation value.

Method Summary

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

Creates or finds a BatchCertificateStoreLocation from its string representation.

static Collection<BatchCertificateStoreLocation> values()

Gets known BatchCertificateStoreLocation values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

CURRENT_USER

public static final BatchCertificateStoreLocation CURRENT_USER

Certificates should be installed to the CurrentUser Certificate store.

LOCAL_MACHINE

public static final BatchCertificateStoreLocation LOCAL_MACHINE

Certificates should be installed to the LocalMachine Certificate store.

Constructor Details

BatchCertificateStoreLocation

@Deprecated
public BatchCertificateStoreLocation()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of BatchCertificateStoreLocation value.

Method Details

fromString

public static BatchCertificateStoreLocation fromString(String name)

Creates or finds a BatchCertificateStoreLocation from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding BatchCertificateStoreLocation.

values

public static Collection<BatchCertificateStoreLocation> values()

Gets known BatchCertificateStoreLocation values.

Returns:

known BatchCertificateStoreLocation values.

Applies to