TIdSSLCipher = class(TObject)
property Bits: Integer;
property Description: String;
property Name: String;
property Version: String;
constructor Create(AOwner: TIdSSLSocket);
destructor Destroy; override;