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 protectedCramerShoupKeyParameters(boolean isPrivate, CramerShoupParameters params)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)CramerShoupParametersgetParameters()inthashCode()-
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:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-