May 1998
Intermediate to advanced
469 pages
14h 57m
English
Class javax.crypto.spec.PBEParameterSpec
This class encapsulates the salt and iteration count that are used in passphrase-based encryption.
public class javax.crypto.spec.PBEParameterSpec
extends java.lang.Object
implements java.security.spec.AlgorithmParameterSpec {
// Constructors
public PBEParameterSpec(byte[], int);
// Instance Methods
public int getIterationCount();
public byte[] getSalt();
}
AlgorithmParameterSpec, Cipher, PBEKeySpec