PbeParametersGenerator public abstract class PbeParametersGenerator Documentation Code protected int mIterationCount protected byte[] mPassword protected byte[] mSalt public virtual int IterationCount { get; } public virtual byte[] Password { get; } public virtual byte[] Salt { get; } protected PbeParametersGenerator() public static byte[] Pkcs12PasswordToBytes(char[] password) public static byte[] Pkcs12PasswordToBytes(char[] password, bool wrongPkcs12Zero) public static byte[] Pkcs5PasswordToBytes(char[] password) public static byte[] Pkcs5PasswordToUtf8Bytes(char[] password) public abstract ICipherParameters GenerateDerivedMacParameters(int keySize) public abstract ICipherParameters GenerateDerivedParameters(string algorithm, int keySize) public abstract ICipherParameters GenerateDerivedParameters(string algorithm, int keySize, int ivSize) public virtual void Init(byte[] password, byte[] salt, int iterationCount)