Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

java.security
Interface PrivateKey  view PrivateKey download PrivateKey.java

All Superinterfaces:
Key, java.io.Serializable

public interface PrivateKey
extends Key

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

Since:
1.1

Field Summary
static long serialVersionUID
          The version identifier used for serialization.
 
Methods inherited from interface java.security.Key
getAlgorithm, getEncoded, getFormat
 

Field Detail

serialVersionUID

public static final long serialVersionUID
The version identifier used for serialization.

See Also:
Constant Field Values