Bouncy Castle Cryptography Library 1.77.0

org.bouncycastle.crypto.params
Class CramerShoupPublicKeyParameters

java.lang.Object
  |
  +--org.bouncycastle.crypto.params.AsymmetricKeyParameter
        |
        +--org.bouncycastle.crypto.params.CramerShoupKeyParameters
              |
              +--org.bouncycastle.crypto.params.CramerShoupPublicKeyParameters
All Implemented Interfaces:
CipherParameters

public class CramerShoupPublicKeyParameters
extends CramerShoupKeyParameters


Constructor Summary
CramerShoupPublicKeyParameters(CramerShoupParameters params, java.math.BigInteger c, java.math.BigInteger d, java.math.BigInteger h)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.math.BigInteger getC()
           
 java.math.BigInteger getD()
           
 java.math.BigInteger getH()
           
 int hashCode()
           
 
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

CramerShoupPublicKeyParameters

public CramerShoupPublicKeyParameters(CramerShoupParameters params,
                                      java.math.BigInteger c,
                                      java.math.BigInteger d,
                                      java.math.BigInteger h)
Method Detail

getC

public java.math.BigInteger getC()

getD

public java.math.BigInteger getD()

getH

public java.math.BigInteger getH()

hashCode

public int hashCode()
Overrides:
hashCode in class CramerShoupKeyParameters

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class CramerShoupKeyParameters

Bouncy Castle Cryptography Library 1.77.0