The BlockCipher type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| BlockCipher |
Initializes a new instance of the BlockCipher class.
|
Methods
| Name | Description | |
|---|---|---|
| Decrypt |
Decrypts the specified data.
(Overrides Cipher Decrypt( Byte ).) | |
| DecryptBlock |
Decrypts the specified region of the input byte array and copies the decrypted data to the specified region of the output byte array.
(Inherited from SymmetricCipher.) | |
| Encrypt |
Encrypts the specified data.
(Overrides Cipher Encrypt( Byte ).) | |
| EncryptBlock |
Encrypts the specified region of the input byte array and copies the encrypted data to the specified region of the output byte array.
(Inherited from SymmetricCipher.) | |
| (Inherited from | ||
Allows an (Inherited from | ||
Serves as a hash function for a particular type. (Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| (Inherited from |
Fields
| Name | Description | |
|---|---|---|
| _blockSize |
Gets the size of the block in bytes.
|
Properties
| Name | Description | |
|---|---|---|
| BlockSize |
Gets the size of the block.
| |
| Key |
Gets the key.
(Inherited from SymmetricCipher.) |
See Also