public class DHPrivateKeyParameters extends DHKeyParameters
| Constructor and Description |
|---|
DHPrivateKeyParameters(BigInteger x,
DHParameters params) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
BigInteger |
getX() |
int |
hashCode() |
getParametersisPrivatepublic DHPrivateKeyParameters(BigInteger x, DHParameters params)
public BigInteger getX()
public int hashCode()
hashCode in class DHKeyParameterspublic boolean equals(Object obj)
equals in class DHKeyParametersCopyright © 2015. All rights reserved.