Class ECKeyValue.Curve
java.lang.Object
java.security.spec.ECParameterSpec
org.apache.xml.security.keys.content.keyvalues.ECKeyValue.Curve
- All Implemented Interfaces:
AlgorithmParameterSpec
- Enclosing class:
ECKeyValue
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCurve
(String name, String oid, EllipticCurve curve, ECPoint g, BigInteger n, int h) -
Method Summary
Methods inherited from class java.security.spec.ECParameterSpec
getCofactor, getCurve, getGenerator, getOrder
-
Field Details
-
name
-
oid
-
-
Constructor Details
-
Curve
Curve(String name, String oid, EllipticCurve curve, ECPoint g, BigInteger n, int h)
-
-
Method Details
-
getName
-
getObjectId
-