Interface DSAKey

All Known Subinterfaces:
DSAPrivateKey, DSAPublicKey
All Known Implementing Classes:
BCDSAPrivateKey, BCDSAPublicKey, DSAPrivateKeyImpl, DSAPublicKeyImpl, JDKDSAPrivateKey, JDKDSAPublicKey, OpenSSLDSAPrivateKey, OpenSSLDSAPublicKey

public interface DSAKey
The base interface for Digital Signature Algorithm (DSA) public or private keys.
  • Method Summary

    Modifier and Type Method Description
    DSAParams getParams()
    Returns the DSA key parameters.
  • Method Details

    • getParams

      DSAParams getParams()
      Returns the DSA key parameters.
      Returns:
      the DSA key parameters.