public abstract class AsymmetricECKey extends java.lang.Object implements AsymmetricKey
| 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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetEncodedpublic final Algorithm getAlgorithm()
getAlgorithm in interface Keypublic final ECDomainParameters getDomainParameters()
protected final void checkApprovedOnlyModeStatus()