Class PkzipCryptoProvider
Crypto provider which implements traditional PKWARE encryption.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Zip
Assembly: Telerik.Windows.Zip.dll
Syntax
public class PkzipCryptoProvider : ICryptoProvider
Constructors
PkzipCryptoProvider()
Initializes a new instance of the PkzipCryptoProvider class. It represents a provider for PKWARE encryption and decryption.
Declaration
public PkzipCryptoProvider()
Methods
CreateDecryptor()
Creates an decryptor object.
Declaration
public IBlockTransform CreateDecryptor()
Returns
|
IBlockTransform
A decryptor object. |
Implements
CreateEncryptor()
Creates an encryptor object.
Declaration
public IBlockTransform CreateEncryptor()
Returns
|
IBlockTransform
|
Implements
Initialize(EncryptionSettingsBase)
Initialize crypto provider using given encryption settings.
Declaration
public void Initialize(EncryptionSettingsBase settings)
Parameters
|
EncryptionSettingsBase
settings
Encryption settings. |