KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > security > spec > PKCS8EncodedKeySpec

java.security.spec
Class PKCS8EncodedKeySpec

java.lang.Object
  extended by java.security.spec.EncodedKeySpec
      extended by java.security.spec.PKCS8EncodedKeySpec
All Implemented Interfaces:
KeySpec
See Also:
Top Examples, Source Code, Key, KeyFactory, X509EncodedKeySpec

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


public final String getFormat()
See Also:
EncodedKeySpec
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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

Popular Tags