Class ECDSAUtils.ECCurveDefinition
- java.lang.Object
-
- org.apache.xml.security.algorithms.implementations.ECDSAUtils.ECCurveDefinition
-
- Direct Known Subclasses:
ECDSAUtils.ECCurveDefinition
- Enclosing class:
- ECDSAUtils
public static class ECDSAUtils.ECCurveDefinition extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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 definitionString
getA()
String
getB()
String
getField()
int
getH()
String
getN()
String
getName()
String
getOid()
String
getX()
String
getY()
-
-
-
Method Detail
-
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
public String getName()
-
getOid
public String getOid()
-
getField
public String getField()
-
getA
public String getA()
-
getB
public String getB()
-
getX
public String getX()
-
getY
public String getY()
-
getN
public String getN()
-
getH
public int getH()
-
-