Class AsymmetricEdDSAKey

java.lang.Object
org.bouncycastle.crypto.asymmetric.AsymmetricEdDSAKey
All Implemented Interfaces:
AsymmetricKey, Key
Direct Known Subclasses:
AsymmetricEdDSAPrivateKey, AsymmetricEdDSAPublicKey

public abstract class AsymmetricEdDSAKey extends Object implements AsymmetricKey
Base class for Edwards Curve Diffie-Hellman (XDH) keys.
  • Method Details

    • getAlgorithm

      public Algorithm getAlgorithm()
      Return the algorithm this Edwards Curve key is for.
      Specified by:
      getAlgorithm in interface Key
      Returns:
      the key's algorithm.
    • zeroize

      protected void zeroize()
    • isThreadCorrectMode

      protected final boolean isThreadCorrectMode()
    • checkApprovedOnlyModeStatus

      protected final void checkApprovedOnlyModeStatus()