Enum Class PK11KeyPairGenerator.ECCurve_Code

java.lang.Object
java.lang.Enum<PK11KeyPairGenerator.ECCurve_Code>
org.mozilla.jss.pkcs11.PK11KeyPairGenerator.ECCurve_Code
All Implemented Interfaces:
Serializable, Comparable<PK11KeyPairGenerator.ECCurve_Code>, Constable
Enclosing class:
PK11KeyPairGenerator

private static enum PK11KeyPairGenerator.ECCurve_Code extends Enum<PK11KeyPairGenerator.ECCurve_Code>
The ECCurve_Code enum defines a code for each EC curve based on the position of the curve in the enum. The code is used as EC key strength in initialize(). The code can be obtained using getCurveCodeByName(). Note that the code might change if a curve is added, removed, or repositioned. It's recommended to use the curve name instead of the code.