Class PBEParameters

java.lang.Object
java.security.AlgorithmParametersSpi
com.ibm.crypto.zsecurity.provider.PBEParameters

public final class PBEParameters extends AlgorithmParametersSpi
This class implements the parameter set used with password-based encryption, which is defined in PKCS#5 as follows:
PBEParameter ::=  SEQUENCE {
    salt   OCTET STRING SIZE(8),
    iterationCount   INTEGER }
Version:
1.4, 10/26/98
Author:
Jan Luehe