java.security
Interface PrivateKey
java.lang.Object
|
+--java.io.Serializable
|
+--java.security.Key
|
+--java.security.PrivateKey
All Implemented Interfaces:
Key, Serializable
public interface
PrivateKeyimplements
Key This interface specified no methods. In simply provides a common
super-interface for all algorithm specific private key values.
Since:Author:- Aaron M. Renn <arenn@urbanophile.com>
See Also: