Class DOMKeyValue.EC.Curve
- java.lang.Object
-
- java.security.spec.ECParameterSpec
-
- org.apache.jcp.xml.dsig.internal.dom.DOMKeyValue.EC.Curve
-
- All Implemented Interfaces:
java.security.spec.AlgorithmParameterSpec
- Enclosing class:
- DOMKeyValue.EC
static final class DOMKeyValue.EC.Curve extends java.security.spec.ECParameterSpec
-
-
Constructor Summary
Constructors Constructor Description Curve(java.lang.String name, java.lang.String oid, java.security.spec.EllipticCurve curve, java.security.spec.ECPoint g, java.math.BigInteger n, int h)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private java.lang.String
getName()
private java.lang.String
getObjectId()
-