Uses of Class
com.fortanix.sdkms.jce.provider.constants.ECGenSpec
-
Packages that use ECGenSpec Package Description com.fortanix.sdkms.jce.provider.constants -
-
Uses of ECGenSpec in com.fortanix.sdkms.jce.provider.constants
Methods in com.fortanix.sdkms.jce.provider.constants that return ECGenSpec Modifier and Type Method Description static ECGenSpec
ECGenSpec. getByKey(String key)
static ECGenSpec
ECGenSpec. valueOf(String name)
Returns the enum constant of this type with the specified name.static ECGenSpec[]
ECGenSpec. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-