|
Bouncy Castle Cryptography 1.51 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.bouncycastle.crypto.params.AsymmetricKeyParameter
org.bouncycastle.crypto.params.CramerShoupKeyParameters
org.bouncycastle.crypto.params.CramerShoupPrivateKeyParameters
public class CramerShoupPrivateKeyParameters
| Constructor Summary | |
|---|---|
CramerShoupPrivateKeyParameters(CramerShoupParameters params,
java.math.BigInteger x1,
java.math.BigInteger x2,
java.math.BigInteger y1,
java.math.BigInteger y2,
java.math.BigInteger z)
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
CramerShoupPublicKeyParameters |
getPk()
|
java.math.BigInteger |
getX1()
|
java.math.BigInteger |
getX2()
|
java.math.BigInteger |
getY1()
|
java.math.BigInteger |
getY2()
|
java.math.BigInteger |
getZ()
|
int |
hashCode()
|
void |
setPk(CramerShoupPublicKeyParameters pk)
|
| Methods inherited from class org.bouncycastle.crypto.params.CramerShoupKeyParameters |
|---|
getParameters |
| Methods inherited from class org.bouncycastle.crypto.params.AsymmetricKeyParameter |
|---|
isPrivate |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CramerShoupPrivateKeyParameters(CramerShoupParameters params,
java.math.BigInteger x1,
java.math.BigInteger x2,
java.math.BigInteger y1,
java.math.BigInteger y2,
java.math.BigInteger z)
| Method Detail |
|---|
public java.math.BigInteger getX1()
public java.math.BigInteger getX2()
public java.math.BigInteger getY1()
public java.math.BigInteger getY2()
public java.math.BigInteger getZ()
public void setPk(CramerShoupPublicKeyParameters pk)
public CramerShoupPublicKeyParameters getPk()
public int hashCode()
hashCode in class CramerShoupKeyParameterspublic boolean equals(java.lang.Object obj)
equals in class CramerShoupKeyParameters
|
Bouncy Castle Cryptography 1.51 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||