| BlockSize (get) |
Returns the block size in bits.
|
| BlockSize (let) |
Sets the block size in bits.
|
| FeedbackSize (get) |
Returns the feedback size in bits.
|
| FeedbackSize (let) |
Sets the feedback size in bits.
|
| IV (get) |
Returns the Initialization Vector (IV).
|
| IV (let) |
Sets the Initialization Vectory (IV).
|
| Key (get) |
Returns the secret key used by the cryptographic operation.
|
| Key (let) |
Sets the secret key to be used by the cryptographic operation.
|
| KeySize (get) |
Returns the size of the key, in bits, used by the cryptographic operation.
|
| KeySize (let) |
Sets the size of the key, in bits.
|
| LegalBlockSizes (get) |
Returns a list of legal block sizes.
|
| LegalKeySizes (get) |
Returns a list of legal key sizes.
|
| Mode (get) |
Returns the mode the current algoritm is set to.
|
| Mode (let) |
Sets the mode the current algorithm is set to.
|
| Padding (get) |
Returns the padding to be used by the algorithm.
|
| Padding (let) |
Sets the padding to be used by the algorithm.
|