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