KickJava   Java API By Example, From Geeks To Geeks.

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

java.security
Class KeyRep

java.lang.Object
  extended by java.security.KeyRep
All Implemented Interfaces:
Serializable
See Also:
Key, KeyFactory, SecretKeySpec, X509EncodedKeySpec, PKCS8EncodedKeySpec

public KeyRep(KeyRep.Type type,
              String algorithm,
              String format,
              byte[] encoded)
See Also:
NullPointerException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected Object readResolve()
                      throws ObjectStreamException
See Also:
NotSerializableException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags