The MLETransformBase THashAlgorithm, TEncryptionAlgorithm type exposes the following members.
Back to Top
Properties
Name | Description | |
---|---|---|
![]() | CanReuseTransform |
Gets a value indicating whether the current transform can be
reused.
|
![]() | CanTransformMultipleBlocks |
Gets a value indicating whether multiple blocks can be
transformed.
|
![]() | Direction |
The direction of the cryptographic algorytm
|
![]() | InputBlockSize |
Gets the input block size.
|
![]() | Key |
Gets the Key of the algorytm
|
![]() | OutputBlockSize |
Gets the output block size.
|
![]() | Tag |
The MLE tag used to uniquely identify the output of this
transform
|
![]() | TransformKey |
The TransformKey used to transform the message
|
![]() | UnderlyingHashTransform |
the hashing algorythm that was used to derive they TransformKey
|
![]() | UnderlyingSymetricTransform |
The symetric algorythm used to encrypt the message
|
See Also