KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > crypto > interfaces > PBEKey

javax.crypto.interfaces
Interface PBEKey

All Superinterfaces:
Key, SecretKey, Serializable
See Also:
Source Code, PBEKeySpec

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


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


byte[] getSalt()
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