May 1998
Intermediate to advanced
469 pages
14h 57m
English
Class javax.crypto.spec.PBEKeySpec
This class represents a key specification for a key that is used with passphrase encryption.
public class javax.crypto.spec.PBEKeySpec
extends java.lang.Object
implements java.security.spec.KeySpec {
// Constructors
public PBEKeySpec(String);
// Instance Methods
public final String getPassword();
}
PBEParameterSpec, SecretKey, SecretKeyFactory