Class BadKeysResultFermat
- java.lang.Object
-
- de.trustable.ca3s.core.service.badkeys.BadKeysResultFermat
-
- All Implemented Interfaces:
Serializable
public class BadKeysResultFermat extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BadKeysResultFermat(com.google.gson.JsonObject jsonObject)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigIntegergetA()BigIntegergetB()StringgetDebug()BigIntegergetP()BigIntegergetQ()voidsetA(BigInteger a)voidsetB(BigInteger b)voidsetDebug(String debug)voidsetP(BigInteger p)voidsetQ(BigInteger q)
-
-
-
Method Detail
-
getP
public BigInteger getP()
-
setP
public void setP(BigInteger p)
-
getQ
public BigInteger getQ()
-
setQ
public void setQ(BigInteger q)
-
getA
public BigInteger getA()
-
setA
public void setA(BigInteger a)
-
getB
public BigInteger getB()
-
setB
public void setB(BigInteger b)
-
getDebug
public String getDebug()
-
setDebug
public void setDebug(String debug)
-
-