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

Tgnutls_retr2_st

Declaration

Source position: gnutls.pp line 1097

type Tgnutls_retr2_st = record

  cert_type: Tgnutls_certificate_type_t;

  key_type: Tgnutls_privkey_type_t;

  cert: record

    case LongInt of

      0: (

          x509: Pgnutls_x509_crt_t;

        );

      1: (

          pgp: Tgnutls_openpgp_crt_t;

        );

  end;

  ncerts: dword;

  key: record

    case LongInt of

      0: (

          x509: Tgnutls_x509_privkey_t;

        );

      1: (

          pgp: Tgnutls_openpgp_privkey_t;

        );

      2: (

          pkcs11: Tgnutls_pkcs11_privkey_t;

        );

  end;

  deinit_all: dword;

end;


Documentation generated on: 2023-03-18