| javax.crypto.interfaces.PBEKey | 
The interface to a password-based-encryption key.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | The serial version identifier. | |||||||||
| 
  [Expand]
   Inherited Constants  | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
   From interface
javax.crypto.SecretKey
 | |||||||||||
   From interface
java.security.Key
 | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
          Returns the iteration count, 0 if not specified.
          
    
         
  
   | |||||||||||
          Returns a copy to the password.
          
    
         
  
   | |||||||||||
          Returns a copy of the salt data or null if not specified.
          
    
         
  
   | |||||||||||
| 
  [Expand]
   Inherited Methods  | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
   
From interface
  java.security.Key
 | |||||||||||
The serial version identifier.
Returns the iteration count, 0 if not specified.
Returns a copy to the password.
Returns a copy of the salt data or null if not specified.