java.security
Interface PrivateKey

All Superinterfaces:
Key, Serializable
All Known Subinterfaces:
DSAPrivateKey, RSAMultiPrimePrivateCrtKey, RSAPrivateCrtKey, RSAPrivateKey

public interface PrivateKey
extends Key

Untamed:


Field Summary
static long serialVersionUID
          Enabled: The class fingerprint that is set to indicate serialization compatibility with a previous version of the class.
 
Methods inherited from interface java.security.Key
getAlgorithm, getEncoded, getFormat
 

Field Detail

serialVersionUID

public static final long serialVersionUID
Enabled: The class fingerprint that is set to indicate serialization compatibility with a previous version of the class.



comments?