base constructor.
generate derived parameters for a key of length keySize, specifically for use with a MAC.
generate derived parameters for a key of length keySize, and an initialisation vector (IV) of length ivSize.
generate derived parameters for a key of length keySize.
return the password byte array.
return the salt byte array.
initialize the PBE generator.
super class for all Password Based Encryption (PBE) parameter generator classes.