de.flexiprovider.core.dsa.interfaces
Interface DSAKey

All Superinterfaces:
java.security.interfaces.DSAKey
All Known Implementing Classes:
DSAPrivateKey, DSAPublicKey, DSAPublicKey

public interface DSAKey
extends java.security.interfaces.DSAKey

The interface to a DSA public or private key. DSA (Digital Signature Algorithm) is defined in NIST's FIPS-186.

See Also:
DSAParams, Key, java.security.Signature

Method Summary
 DSAParams getParameters()
           
 
Methods inherited from interface java.security.interfaces.DSAKey
getParams
 

Method Detail

getParameters

public DSAParams getParameters()
Returns:
the DSA-specific key parameters
See Also:
DSAParams