SkuName

enum SkuName : Enum<SkuName> , ConvertibleToJava<SkuName>

SKU of the dedicated HSM

Entries

Link copied to clipboard

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

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

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.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
val javaValue: SkuName
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toJava(): SkuName
Link copied to clipboard
fun valueOf(value: String): SkuName

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.