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