Bouncy Castle Cryptography 1.18

javax.crypto.interfaces
Interface PBEKey

All Superinterfaces:
java.security.Key, SecretKey, java.io.Serializable

public interface PBEKey
extends SecretKey


Field Summary
 
Fields inherited from interface java.security.Key
serialVersionUID
 
Method Summary
 int getIterationCount()
           
 char[] getPassword()
           
 byte[] getSalt()
           
 
Methods inherited from interface java.security.Key
getAlgorithm, getEncoded, getFormat
 

Method Detail

getPassword

public char[] getPassword()

getSalt

public byte[] getSalt()

getIterationCount

public int getIterationCount()

Bouncy Castle Cryptography 1.18