May 2001
Intermediate to advanced
618 pages
20h 50m
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
|
Read now
Unlock full access