Package 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
Constructors Modifier Constructor Description protected
CramerShoupKeyParameters(boolean isPrivate, CramerShoupParameters params)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
CramerShoupParameters
getParameters()
int
hashCode()
-
Methods inherited from class org.bouncycastle.crypto.params.AsymmetricKeyParameter
isPrivate
-
-
-
-
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 classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-