SkuName Class

public final class SkuName
extends ExpandableStringEnum<SkuName>

SKU of the dedicated HSM.

Field Summary

Modifier and Type Field and Description
static final SkuName PAY_SHIELD10K_LMK1_CPS250

The dedicated HSM is a payShield 10K, model PS10-D, 10Gb Ethernet Hardware Platform device with 1 local master key which supports up to 250 calls per second.

static final SkuName PAY_SHIELD10K_LMK1_CPS2500

The dedicated HSM is a payShield 10K, model PS10-D, 10Gb Ethernet Hardware Platform device with 1 local master key which supports up to 2500 calls per second.

static final SkuName PAY_SHIELD10K_LMK1_CPS60

The dedicated HSM is a payShield 10K, model PS10-D, 10Gb Ethernet Hardware Platform device with 1 local master key which supports up to 60 calls per second.

static final SkuName PAY_SHIELD10K_LMK2_CPS250

The dedicated HSM is a payShield 10K, model PS10-D, 10Gb Ethernet Hardware Platform device with 2 local master keys which supports up to 250 calls per second.

static final SkuName PAY_SHIELD10K_LMK2_CPS2500

The dedicated HSM is a payShield 10K, model PS10-D, 10Gb Ethernet Hardware Platform device with 2 local master keys which supports up to 2500 calls per second.

static final SkuName PAY_SHIELD10K_LMK2_CPS60

The dedicated HSM is a payShield 10K, model PS10-D, 10Gb Ethernet Hardware Platform device with 2 local master keys which supports up to 60 calls per second.

static final SkuName SAFE_NET_LUNA_NETWORK_HSM_A790

The dedicated HSM is a Safenet Luna Network HSM A790 device.

Constructor Summary

Constructor Description
SkuName()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of SkuName value.

Method Summary

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

Creates or finds a SkuName from its string representation.

static Collection<SkuName> values()

Gets known SkuName values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

PAY_SHIELD10K_LMK1_CPS250

public static final SkuName PAY_SHIELD10K_LMK1_CPS250

The dedicated HSM is a payShield 10K, model PS10-D, 10Gb Ethernet Hardware Platform device with 1 local master key which supports up to 250 calls per second.

PAY_SHIELD10K_LMK1_CPS2500

public static final SkuName PAY_SHIELD10K_LMK1_CPS2500

The dedicated HSM is a payShield 10K, model PS10-D, 10Gb Ethernet Hardware Platform device with 1 local master key which supports up to 2500 calls per second.

PAY_SHIELD10K_LMK1_CPS60

public static final SkuName PAY_SHIELD10K_LMK1_CPS60

The dedicated HSM is a payShield 10K, model PS10-D, 10Gb Ethernet Hardware Platform device with 1 local master key which supports up to 60 calls per second.

PAY_SHIELD10K_LMK2_CPS250

public static final SkuName PAY_SHIELD10K_LMK2_CPS250

The dedicated HSM is a payShield 10K, model PS10-D, 10Gb Ethernet Hardware Platform device with 2 local master keys which supports up to 250 calls per second.

PAY_SHIELD10K_LMK2_CPS2500

public static final SkuName PAY_SHIELD10K_LMK2_CPS2500

The dedicated HSM is a payShield 10K, model PS10-D, 10Gb Ethernet Hardware Platform device with 2 local master keys which supports up to 2500 calls per second.

PAY_SHIELD10K_LMK2_CPS60

public static final SkuName PAY_SHIELD10K_LMK2_CPS60

The dedicated HSM is a payShield 10K, model PS10-D, 10Gb Ethernet Hardware Platform device with 2 local master keys which supports up to 60 calls per second.

SAFE_NET_LUNA_NETWORK_HSM_A790

public static final SkuName SAFE_NET_LUNA_NETWORK_HSM_A790

The dedicated HSM is a Safenet Luna Network HSM A790 device.

Constructor Details

SkuName

@Deprecated
public SkuName()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of SkuName value.

Method Details

fromString

public static SkuName fromString(String name)

Creates or finds a SkuName from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding SkuName.

values

public static Collection<SkuName> values()

Gets known SkuName values.

Returns:

known SkuName values.

Applies to