org.bouncycastle.crypto.params
Class CramerShoupPrivateKeyParameters
java.lang.Object
|
+--org.bouncycastle.crypto.params.AsymmetricKeyParameter
|
+--org.bouncycastle.crypto.params.CramerShoupKeyParameters
|
+--org.bouncycastle.crypto.params.CramerShoupPrivateKeyParameters
- All Implemented Interfaces:
- CipherParameters
- public class CramerShoupPrivateKeyParameters
- extends CramerShoupKeyParameters
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
CramerShoupPrivateKeyParameters
public CramerShoupPrivateKeyParameters(CramerShoupParameters params,
java.math.BigInteger x1,
java.math.BigInteger x2,
java.math.BigInteger y1,
java.math.BigInteger y2,
java.math.BigInteger z)
getX1
public java.math.BigInteger getX1()
getX2
public java.math.BigInteger getX2()
getY1
public java.math.BigInteger getY1()
getY2
public java.math.BigInteger getY2()
getZ
public java.math.BigInteger getZ()
setPk
public void setPk(CramerShoupPublicKeyParameters pk)
getPk
public CramerShoupPublicKeyParameters getPk()
hashCode
public int hashCode()
- Overrides:
hashCode
in class CramerShoupKeyParameters
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class CramerShoupKeyParameters