Android 2.3 Gingerbread

java.security
Interface PrivateKey

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

public interface PrivateKey
extends Key

PrivateKey is the common interface for private keys.

See Also:
PublicKey

Field Summary
static long serialVersionUID
          The serialVersionUID to be compatible with JDK1.1.
 
Method Summary
 
Methods inherited from interface java.security.Key
getAlgorithm, getEncoded, getFormat
 

Field Detail

serialVersionUID

static final long serialVersionUID
The serialVersionUID to be compatible with JDK1.1.

See Also:
Constant Field Values

Android 2.3 Gingerbread