|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--de.flexiprovider.common.exceptions.ECException
|
+--de.flexiprovider.common.exceptions.NoQuadraticResidueException
This exception is thrown, if the square root modulo a prime of a nonquadratic residue is to be calculated.
Point,
PointGFP, Serialized Form| Constructor Summary | |
NoQuadraticResidueException()
Default constructor. |
|
NoQuadraticResidueException(FlexiBigInt a,
FlexiBigInt p)
Constructs NoQuadraticResidueException with the message: NoQuadraticResidueException: a = a is not a quadratic residue mod p = p. |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public NoQuadraticResidueException()
public NoQuadraticResidueException(FlexiBigInt a,
FlexiBigInt p)
a - the value to calculate the square root fromp - characteristic of the underlying field
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||