All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----javax.crypto.spec.PBEKeySpec
The password can be viewed as some kind of raw key material, from which the encryption mechanism to which it is passed derives a cryptographic key.
See PKCS#5: Password-Based Encryption Standard for more details on password-based encryption.
public PBEKeySpec(String password)
public final String getPassword()
All Packages Class Hierarchy This Package Previous Next Index