TLSCipherSuiteCipherCipherInfo Constant

Represents constant TLSCipherSuiteCipherCipherInfo.

Namespace: flcTLSCipher
 TLSCipherSuiteCipherCipherInfo : array[TTLSCipherSuiteCipher] of TTLSCipherSuiteCipherCipherInfo = (
 ( 
 CipherType : ctNone;
 CipherMode : cmECB;
 Padding : cpNone),
 ( 
 CipherType : ctNone;
 CipherMode : cmECB;
 Padding : cpNone),
 ( 
 CipherType : ctRC2;
 CipherMode : cmCBC;
 Padding : cpNone),
 ( 
 CipherType : ctRC4;
 CipherMode : cmECB;
 Padding : cpNone),
 ( 
 CipherType : ctRC4;
 CipherMode : cmECB;
 Padding : cpNone),
 ( 
 CipherType : ctRC4;
 CipherMode : cmECB;
 Padding : cpNone),
 ( 
 CipherType : ctNone;
 CipherMode : cmCBC;
 Padding : cpNone),
 ( 
 CipherType : ctDES;
 CipherMode : cmCBC;
 Padding : cpNone),
 ( 
 CipherType : ctDES;
 CipherMode : cmCBC;
 Padding : cpNone),
 ( 
 CipherType : ctTripleDESEDE;
 CipherMode : cmCBC;
 Padding : cpNone),
 ( 
 CipherType : ctAES;
 CipherMode : cmCBC;
 Padding : cpNone),
 ( 
 CipherType : ctAES;
 CipherMode : cmCBC;
 Padding : cpNone)
 );