Package org.bouncycastle.crypto.params
Class NaccacheSternKeyParameters
- java.lang.Object
-
- org.bouncycastle.crypto.params.AsymmetricKeyParameter
-
- org.bouncycastle.crypto.params.NaccacheSternKeyParameters
-
- All Implemented Interfaces:
CipherParameters
- Direct Known Subclasses:
NaccacheSternPrivateKeyParameters
public class NaccacheSternKeyParameters extends AsymmetricKeyParameter
Public key parameters for NaccacheStern cipher. For details on this cipher, please see https://www.gemplus.com/smart/rd/publications/pdf/NS98pkcs.pdf
-
-
Constructor Summary
Constructors Constructor Description NaccacheSternKeyParameters(boolean privateKey, java.math.BigInteger g, java.math.BigInteger n, int lowerSigmaBound)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.math.BigInteger
getG()
int
getLowerSigmaBound()
java.math.BigInteger
getModulus()
-
Methods inherited from class org.bouncycastle.crypto.params.AsymmetricKeyParameter
isPrivate
-
-