KickJava   Java API By Example, From Geeks To Geeks.

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

java.security
Interface Key

All Superinterfaces:
Serializable
All Known Subinterfaces:
DHPrivateKey, DHPublicKey, DSAPrivateKey, DSAPublicKey, ECPrivateKey, ECPublicKey, PBEKey, PrivateKey, PublicKey, RSAMultiPrimePrivateCrtKey, RSAPrivateCrtKey, RSAPrivateKey, RSAPublicKey, SecretKey
All Known Implementing Classes:
KerberosKey, SecretKeySpec
See Also:
Top Examples, Source Code, getFormat, getEncoded, getAlgorithm, KeyPair, KeyPairGenerator, KeyFactory, KeyRep, KeySpec, Identity, Signer

String getAlgorithm()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


byte[] getEncoded()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


String getFormat()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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

Popular Tags