Class AsymmetricXDHKey
java.lang.Object
org.bouncycastle.crypto.asymmetric.AsymmetricXDHKey
- All Implemented Interfaces:
AsymmetricKey,Key
- Direct Known Subclasses:
AsymmetricXDHPrivateKey,AsymmetricXDHPublicKey
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 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() -
checkApprovedOnlyModeStatus
protected final void checkApprovedOnlyModeStatus()
-