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

Class javax.crypto.spec.PBEParameterSpec

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

public class PBEParameterSpec
extends Object
implements AlgorithmParameterSpec
This class specifies the set of parameters used with password-based encryption (PBE), as defined in the PKCS #5 standard.

See Also:
AlgorithmParameterSpec

Constructor Index

 o PBEParameterSpec(byte[], int)

Method Index

 o getIterationCount()
Returns the iteration count.
 o getSalt()
Returns the salt.

Constructors

 o PBEParameterSpec
 public PBEParameterSpec(byte salt[],
                         int iterationCount)

Methods

 o getSalt
 public byte[] getSalt()
Returns the salt.

Returns:
the salt
 o getIterationCount
 public int getIterationCount()
Returns the iteration count.

Returns:
the iteration count

D 3
All Packages  Class Hierarchy  This Package  Previous  Next  Index
E 3 I 3 All Packages Class Hierarchy This Package Previous Next Index E 3 E 1