|
|||||||||
| Home >> All >> java >> [ security overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.security
Interface PrivateKey

- 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
|
|||||||||
| Home >> All >> java >> [ security overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC