Class Pkcs5Scheme2Utf8PbeKey
- Namespace
- Org.BouncyCastle.Cms
- Assembly
- BouncyCastle.Cryptography.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(ReadOnlySpan<char>, AlgorithmIdentifier)
public Pkcs5Scheme2Utf8PbeKey(ReadOnlySpan<char> password, AlgorithmIdentifier keyDerivationAlgorithm)
Parameters
password ReadOnlySpan<char>
keyDerivationAlgorithm AlgorithmIdentifier
Pkcs5Scheme2Utf8PbeKey(ReadOnlySpan<char>, ReadOnlySpan<byte>, int)
public Pkcs5Scheme2Utf8PbeKey(ReadOnlySpan<char> password, ReadOnlySpan<byte> salt, int iterationCount)
Parameters
password ReadOnlySpan<char>
salt ReadOnlySpan<byte>
iterationCount int