Class AsymmetricEdDSAKey
java.lang.Object
org.bouncycastle.crypto.asymmetric.AsymmetricEdDSAKey
- All Implemented Interfaces:
AsymmetricKey,Key
- Direct Known Subclasses:
AsymmetricEdDSAPrivateKey,AsymmetricEdDSAPublicKey
Base class for Edwards Curve Diffie-Hellman (XDH) keys.
-
Method Summary
Modifier and TypeMethodDescriptionprotected final voidReturn the algorithm this Edwards Curve key is for.protected final booleanprotected voidzeroize()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.bouncycastle.crypto.AsymmetricKey
getEncoded
-
Method Details
-
getAlgorithm
Return the algorithm this Edwards Curve key is for.- Specified by:
getAlgorithmin interfaceKey- Returns:
- the key's algorithm.
-
zeroize
protected void zeroize() -
isThreadCorrectMode
protected final boolean isThreadCorrectMode() -
checkApprovedOnlyModeStatus
protected final void checkApprovedOnlyModeStatus()
-