JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
All Classes
SUMMARY:
NESTED |
FIELD |
CONSTR |
METHOD
DETAIL:
FIELD |
CONSTR |
METHOD
java.security.interfaces
Interface DSAKey
All Known Subinterfaces:
DSAPrivateKey
,
DSAPublicKey
public interface
DSAKey
This interface is implemented by a class to return the parameters of a Digital Signature Algorithm (DSA) public or private key.
Method Summary
Methods
Modifier and Type
Method and Description
DSAParams
getParams
()
This method returns non-secret parameters of the DSA key
Method Detail
getParams
DSAParams
getParams
()
This method returns non-secret parameters of the DSA key
Returns:
The DSA parameters
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
All Classes
SUMMARY:
NESTED |
FIELD |
CONSTR |
METHOD
DETAIL:
FIELD |
CONSTR |
METHOD