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

EVP_PKEY_union

Declaration

Source position: IdSSLOpenSSLHeaders.pas line 12485

type EVP_PKEY_union = record

  case Byte of

    0: (

        ptr: PIdAnsiChar;

  

      );

    1: (

        rsa: PRSA;

  

      );

    2: (

        dsa: PDSA;

  

      );

    3: (

        dh: PDH;

  

      );

    4: (

        ec: PEC_KEY;

  

      );

end;



CT Web help

CodeTyphon Studio