No examples for this method. 
     
 
     
      Frequently called with: [Clear]  
     
 
      
    
 
     
     
     -1 
    
 
     
     
   | java.lang.Object | |
| ↳ | javax.crypto.spec.PBEParameterSpec | 
The algorithm parameter specification for a password based encryption algorithm.
Password based encryption is described in PKCS #5.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  | 
           Creates a new 
            PBEParameterSpecwith the specified salt and iteration count. | ||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  | 
           Returns the iteration count.
           | ||||||||||
|  | 
           Returns a copy to the salt.
           | ||||||||||
| [Expand] 
           Inherited Methods
           | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From class java.lang.Object | |||||||||||
Creates a new PBEParameterSpec with the specified salt and iteration count.
| salt | the salt. | 
|---|---|
| iterationCount | the iteration count. | 
| NullPointerException | if salt is null. | 
|---|
Returns the iteration count.
Returns a copy to the salt.