h25913 s 00000/00000/00097 d D 1.2 97/12/09 15:25:10 luehe 3 1 c rm ,* e s 00000/00000/00000 d R 1.2 97/12/09 15:23:57 Codemgr 2 1 c SunPro Code Manager data about conflicts, renames, etc... c Name history : 1 0 security/JCE1.2/earlyaccess/javax.crypto.spec.PBEKeySpec.html e s 00097/00000/00000 d D 1.1 97/12/09 15:23:56 luehe 1 0 c date and time created 97/12/09 15:23:56 by luehe e u U f e 0 t T I 1 Class javax.crypto.spec.PBEKeySpec
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class javax.crypto.spec.PBEKeySpec

java.lang.Object
   |
   +----javax.crypto.spec.PBEKeySpec

public class PBEKeySpec
extends Object
implements KeySpec
A user-chosen password that can be used with password-based encryption.

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.

See Also:
SecretKeyFactory, PBEParameterSpec

Constructor Index

 o PBEKeySpec(String)
Constructor that takes a password.

Method Index

 o getPassword()
Retrieves the password.

Constructors

 o PBEKeySpec
 public PBEKeySpec(String password)
Constructor that takes a password.

Parameters:
password - the password used for password-based encryption

Methods

 o getPassword
 public final String getPassword()
Retrieves the password.

Returns:
the password

All Packages  Class Hierarchy  This Package  Previous  Next  Index
E 1