Class AsymmetricDSAKey

java.lang.Object
org.bouncycastle.crypto.asymmetric.AsymmetricDSAKey
All Implemented Interfaces:
AsymmetricKey, Key
Direct Known Subclasses:
AsymmetricDSAPrivateKey, AsymmetricDSAPublicKey

public abstract class AsymmetricDSAKey extends Object implements AsymmetricKey
Base class for Digital Signature Algorithm (DSA) keys.
  • Method Details

    • getAlgorithm

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

      public DSADomainParameters getDomainParameters()
      Return the DSA domain parameters associated with this key.
      Returns:
      the DSA domain parameters for this key.
    • isThreadCorrectMode

      protected final boolean isThreadCorrectMode()
    • checkApprovedOnlyModeStatus

      protected final void checkApprovedOnlyModeStatus()
    • zeroize

      protected void zeroize()