Class PBMParameters

java.lang.Object
java.security.AlgorithmParametersSpi
com.ibm.crypto.hdwrCCA.provider.PBMParameters

public final class PBMParameters extends AlgorithmParametersSpi
This class implements the parameter set used with password-based encryption:
 PBMParameter ::= SEQUENCE {
        salt                OCTET STRING,
        owf                 AlgorithmIdentifier,
        iterationCount      INTEGER,
        mac                 AlgorithmIdentifier
    }