java.security.interfaces
public interface: DSAKey [javadoc |
source]
All Known Implementing Classes:
DSAPublicKey, DSAPrivateKey
The interface to a DSA public or private key. DSA (Digital Signature
Algorithm) is defined in NIST's FIPS-186.
| Method from java.security.interfaces.DSAKey Summary: |
|---|
|
getParams |
| Method from java.security.interfaces.DSAKey Detail: |
public DSAParams getParams()
Returns the DSA-specific key parameters. These parameters are
never secret. |