Bouncy Castle Cryptography Library 1.77.0

org.bouncycastle.crypto.params
Class CramerShoupKeyParameters

java.lang.Object
  |
  +--org.bouncycastle.crypto.params.AsymmetricKeyParameter
        |
        +--org.bouncycastle.crypto.params.CramerShoupKeyParameters
All Implemented Interfaces:
CipherParameters
Direct Known Subclasses:
CramerShoupPrivateKeyParameters, CramerShoupPublicKeyParameters

public class CramerShoupKeyParameters
extends AsymmetricKeyParameter


Constructor Summary
protected CramerShoupKeyParameters(boolean isPrivate, CramerShoupParameters params)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 CramerShoupParameters getParameters()
           
 int hashCode()
           
 
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

CramerShoupKeyParameters

protected CramerShoupKeyParameters(boolean isPrivate,
                                   CramerShoupParameters params)
Method Detail

getParameters

public CramerShoupParameters getParameters()

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

Bouncy Castle Cryptography Library 1.77.0