org.apache.xml.security.stax.impl.algorithms
Class ECDSAUtils.ECCurveDefinition
java.lang.Object
org.apache.xml.security.stax.impl.algorithms.ECDSAUtils.ECCurveDefinition
- Enclosing class:
- ECDSAUtils
public static class ECDSAUtils.ECCurveDefinition
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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()
Copyright © 2000–2014 The Apache Software Foundation. All rights reserved.