TCipherType Enumeration
Represents type TCipherType.
type TCipherType = ( ctNone, ctRC2, ctRC4, ctDES, ctDES40, ctTripleDESEDE, ctTripleDES3EDE, ctTripleDES3EEE, ctCast256, ctAES, ctRSAOAEP1024 );
The TCipherType type exposes the following members.
Show:
| Name | Description | |
|---|---|---|
![]() | ctAES | Represents constant |
![]() | ctCast256 | Represents constant |
![]() | ctDES | Represents constant |
![]() | ctDES40 | Represents constant |
![]() | ctNone | Represents constant |
![]() | ctRC2 | Represents constant |
![]() | ctRC4 | Represents constant |
![]() | ctRSAOAEP1024 | Represents constant |
![]() | ctTripleDES3EDE | Represents constant |
![]() | ctTripleDES3EEE | Represents constant |
![]() | ctTripleDESEDE | Represents constant |
