Unit 'flcTLSCipherSuite' Package
[Overview][Constants][Types][Procedures and functions][Index] [#pl_fundamentals]

TTLSCipherSuiteCipherInfo

Declaration

Source position: flcTLSCipherSuite.pas line 997

type TTLSCipherSuiteCipherInfo = record

  Name: RawByteString;

  

  CipherType: TTLSCipherSuiteCipherType;

  

  BulkCipher: TTLSCipherSuiteBulkCipher;

  

  KeyBits: Integer;

  

  KeyMaterial: Integer;

  

  ExpKeyMat: Integer;

  

  IVSize: Integer;

  

  BlockSize: Integer;

  

  Exportable: Boolean;

  

  Supported: Boolean;

  

end;



CT Web help

CodeTyphon Studio