org.bouncycastle.crypto.params

Class DHPrivateKeyParameters

public class DHPrivateKeyParameters extends DHKeyParameters

Constructor Summary
DHPrivateKeyParameters(BigInteger x, DHParameters params)
Method Summary
booleanequals(Object obj)
BigIntegergetX()
inthashCode()

Constructor Detail

DHPrivateKeyParameters

public DHPrivateKeyParameters(BigInteger x, DHParameters params)

Method Detail

equals

public boolean equals(Object obj)

getX

public BigInteger getX()

hashCode

public int hashCode()