Package java.security.interfaces
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.