Class ECDSAUtils.ECCurveDefinition
java.lang.Object
org.apache.xml.security.algorithms.implementations.ECDSAUtils.ECCurveDefinition
- Direct Known Subclasses:
ECDSAUtils.ECCurveDefinition
- Enclosing class:
ECDSAUtils
-
Field Summary
Fields -
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()intgetH()getN()getName()getOid()getX()getY()
-
Field Details
-
name
-
oid
-
field
-
a
-
b
-
x
-
y
-
n
-
h
private final int h
-
-
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()
-