Unit 'IdSSLOpenSSL' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_indy]

TIdX509Fingerprints

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: IdSSLOpenSSL.pas line 546

type TIdX509Fingerprints = class(TIdX509Info)

protected

  function GetMD5;

  

  function GetMD5AsString;

  

  function GetSHA1;

  

  function GetSHA1AsString;

  

  function GetSHA224;

  

  function GetSHA224AsString;

  

  function GetSHA256;

  

  function GetSHA256AsString;

  

  function GetSHA384;

  

  function GetSHA384AsString;

  

  function GetSHA512;

  

  function GetSHA512AsString;

  

public

  property MD5: TIdSSLEVP_MD; [r]

  

  property MD5AsString: string; [r]

  

  property SHA1: TIdSSLEVP_MD; [r]

  

  property SHA1AsString: string; [r]

  

  property SHA224: TIdSSLEVP_MD; [r]

  

  property SHA224AsString: string; [r]

  

  property SHA256: TIdSSLEVP_MD; [r]

  

  property SHA256AsString: string; [r]

  

  property SHA384: TIdSSLEVP_MD; [r]

  

  property SHA384AsString: string; [r]

  

  property SHA512: TIdSSLEVP_MD; [r]

  

  property SHA512AsString: string; [r]

  

end;

Inheritance

TIdX509Fingerprints

  

|

TIdX509Info

  

|

TObject



CT Web help

CodeTyphon Studio