KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > security > PrivateKey

java.security
Interface PrivateKey

All Superinterfaces:
Key, Serializable
All Known Subinterfaces:
DHPrivateKey, DSAPrivateKey, ECPrivateKey, RSAMultiPrimePrivateCrtKey, RSAPrivateCrtKey, RSAPrivateKey
See Also:
Top Examples, Source Code, PublicKey, Certificate, Signature.initVerify(java.security.PublicKey)

static final long serialVersionUID
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags