org.bouncycastle.crypto.params

Class DHPrivateKeyParameters

Implemented Interfaces:
CipherParameters

public class DHPrivateKeyParameters
extends DHKeyParameters

Constructor Summary

DHPrivateKeyParameters(BigInteger x, DHParameters params)

Method Summary

boolean
equals(Object obj)
BigInteger
getX()
int
hashCode()

Methods inherited from class org.bouncycastle.crypto.params.DHKeyParameters

equals, getParameters, hashCode

Methods inherited from class org.bouncycastle.crypto.params.AsymmetricKeyParameter

isPrivate

Constructor Details

DHPrivateKeyParameters

public DHPrivateKeyParameters(BigInteger x,
                              DHParameters params)

Method Details

equals

public boolean equals(Object obj)
Overrides:
equals in interface DHKeyParameters

getX

public BigInteger getX()

hashCode

public int hashCode()
Overrides:
hashCode in interface DHKeyParameters