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

Interface PrivateKey

java.lang.Object
|
+--java.io.Serializable
   |
   +--java.security.Key
      |
      +--java.security.PrivateKey

All Implemented Interfaces:

Key, Serializable


public interface PrivateKey

implements Key

This interface specified no methods. In simply provides a common super-interface for all algorithm specific private key values.

Since:Author:See Also: