public abstract class AsymmetricDHKey extends java.lang.Object implements AsymmetricKey
| Modifier and Type | Field and Description |
|---|---|
protected Algorithm |
algorithm |
protected boolean |
approvedModeOnly |
protected DHDomainParameters |
domainParameters |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkApprovedOnlyModeStatus() |
Algorithm |
getAlgorithm()
Return the algorithm this Diffie-Hellman key is for.
|
DHDomainParameters |
getDomainParameters()
Return the Diffie-Hellman domain parameters associated with this key.
|
protected void |
zeroize() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetEncodedprotected final boolean approvedModeOnly
protected Algorithm algorithm
protected DHDomainParameters domainParameters
public Algorithm getAlgorithm()
getAlgorithm in interface Keypublic DHDomainParameters getDomainParameters()
protected final void checkApprovedOnlyModeStatus()
protected void zeroize()