Class ECDSAUtils.ECCurveDefinition
java.lang.Object
org.apache.xml.security.algorithms.implementations.ECDSAUtils.ECCurveDefinition
- Direct Known Subclasses:
ECDSAUtils.ECCurveDefinition
- Enclosing class:
- ECDSAUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionequals
(BigInteger field, BigInteger a, BigInteger b, BigInteger x, BigInteger y, BigInteger n, int h) returns the ec oid if parameter are equal to this definitiongetA()
getB()
getField()
int
getH()
getN()
getName()
getOid()
getX()
getY()
-
Constructor Details
-
ECCurveDefinition
-
-
Method Details
-
equals
public String equals(BigInteger field, BigInteger a, BigInteger b, BigInteger x, BigInteger y, BigInteger n, int h) returns the ec oid if parameter are equal to this definition -
getName
-
getOid
-
getField
-
getA
-
getB
-
getX
-
getY
-
getN
-
getH
public int getH()
-