Pkcs12KeyGenerator Class
Namespace: Rebex.Security.Cryptography
Assembly: Rebex.Common.dll (version 7.0.9313)
PKCS #12 key derivation algorithm.
Syntax
public class Pkcs12KeyGenerator : DeriveBytes, IDisposableImplements
Inherited Members
Constructors
| Name | Description | 
|---|---|
| Pkcs12KeyGenerator(HashingAlgorithmId, String, Byte[], Int32, Int32) | Initializes a new instance of PKCS #12 key derivation algorithm. | 
Fields
| Name | Description | 
|---|---|
| IVMaterial | ID value for IV material. | 
| KeyMaterial | ID value for key material. | 
| MacMaterial | ID value for MAC material. | 
Methods
| Name | Description | 
|---|---|
| GetBytes(Int32) | Returns a pseudo-random key from a password, salt and iteration count. | 
| Reset() | Resets the state of the operation. |