Pkcs12KeyGenerator Class
Namespace: Rebex.Security.Cryptography
Assembly: Rebex.Common.dll (version 7.0.9147)
PKCS #12 key derivation algorithm.
Syntax
public class Pkcs12KeyGenerator : DeriveBytes, IDisposable
Implements
Inherited Members
Constructors
Name | Description |
---|---|
Pkcs12Key |
Initializes a new instance of PKCS #12 key derivation algorithm. |
Fields
Name | Description |
---|---|
IVMaterial | ID value for IV material. |
Key |
ID value for key material. |
Mac |
ID value for MAC material. |
Methods
Name | Description |
---|---|
Get |
Returns a pseudo-random key from a password, salt and iteration count. |
Reset() | Resets the state of the operation. |