Unit 'openssl' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#openssl]

EVP_PKEY_PKEY

Declaration

Source position: openssl.pas line 249

type EVP_PKEY_PKEY = record

  case Integer of

    0: (

        ptr: PChar;

      );

    1: (

        rsa: PRSA;

      );

    2: (

        dsa: pDSA;

      );

    3: (

        dh: PDH;

      );

end;


Documentation generated on: 2023-03-18