FileDocCategorySizeDatePackage
PBEKey.javaAPI DocAndroid 1.5 API1640Wed May 06 22:41:02 BST 2009javax.crypto.interfaces

PBEKey

public interface PBEKey implements SecretKey
The interface to a password-based-encryption key.
since
Android 1.0

Fields Summary
public static final long
serialVersionUID
The serial version identifier.
Constructors Summary
Methods Summary
public intgetIterationCount()
Returns the iteration count, 0 if not specified.

return
the iteration count, 0 if not specified.

public char[]getPassword()
Returns a copy to the password.

return
a copy to the password.

public byte[]getSalt()
Returns a copy of the salt data or null if not specified.

return
a copy of the salt data or null if not specified.