| java.lang.Object org.bouncycastle.crypto.params.DHParameters
Constructor Summary | |
public | DHParameters(BigInteger p, BigInteger g) | public | DHParameters(BigInteger p, BigInteger g, BigInteger q) | public | DHParameters(BigInteger p, BigInteger g, BigInteger q, int l) | public | DHParameters(BigInteger p, BigInteger g, BigInteger q, int m, int l) | public | DHParameters(BigInteger p, BigInteger g, BigInteger q, BigInteger j, DHValidationParameters validation) | public | DHParameters(BigInteger p, BigInteger g, BigInteger q, int m, int l, BigInteger j, DHValidationParameters validation) |
getJ | public BigInteger getJ()(Code) | | Return the subgroup factor J.
subgroup factor |
getL | public int getL()(Code) | | Return the private value length in bits - if set, zero otherwise (use bitLength(P) - 1).
the private value length in bits, zero otherwise. |
getM | public int getM()(Code) | | Return the minimum length of the private value.
the minimum length of the private value in bits. |
hashCode | public int hashCode()(Code) | | |
|
|