KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > crypto > spec > PBEParameterSpec

javax.crypto.spec
Class PBEParameterSpec

java.lang.Object
  extended by javax.crypto.spec.PBEParameterSpec
All Implemented Interfaces:
AlgorithmParameterSpec
See Also:
Top Examples, Source Code

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


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


public PBEParameterSpec(byte[] salt,
                        int iterationCount)
See Also:
NullPointerException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags