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