Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
java.security.interfaces

Interface DSAKey

java.lang.Object
|
+--java.security.interfaces.DSAKey


public interface DSAKey

This interface is implemented by a class to return the parameters of a Digital Signature Algorithm (DSA) public or private key.

Author:

Method Summary

java.security.interfaces.DSAParamsgetParams()

This method returns non-secret parameters of the DSA key

Method Details

getParams

public DSAParams getParams()

This method returns non-secret parameters of the DSA key

Returns: