Class Pkcs5Scheme2Utf8PbeKey
- Namespace
- Enterprises.Org.BouncyCastle.Cms
- Assembly
- Enterprises.BouncyCastle.Crypto.dll
public class Pkcs5Scheme2Utf8PbeKey : CmsPbeKey, ICipherParameters
- Inheritance
-
Pkcs5Scheme2Utf8PbeKey
- Implements
-
- Inherited Members
-
Constructors
Pkcs5Scheme2Utf8PbeKey(char[], AlgorithmIdentifier)
public Pkcs5Scheme2Utf8PbeKey(char[] password, AlgorithmIdentifier keyDerivationAlgorithm)
Parameters
password
char[]
keyDerivationAlgorithm
AlgorithmIdentifier
Pkcs5Scheme2Utf8PbeKey(char[], byte[], int)
public Pkcs5Scheme2Utf8PbeKey(char[] password, byte[] salt, int iterationCount)
Parameters
password
char[]
salt
byte[]
iterationCount
int
Pkcs5Scheme2Utf8PbeKey(string, AlgorithmIdentifier)
[Obsolete("Use version taking 'char[]' instead")]
public Pkcs5Scheme2Utf8PbeKey(string password, AlgorithmIdentifier keyDerivationAlgorithm)
Parameters
password
string
keyDerivationAlgorithm
AlgorithmIdentifier
Pkcs5Scheme2Utf8PbeKey(string, byte[], int)
[Obsolete("Use version taking 'char[]' instead")]
public Pkcs5Scheme2Utf8PbeKey(string password, byte[] salt, int iterationCount)
Parameters
password
string
salt
byte[]
iterationCount
int