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

pkcs7_st

Declaration

Source position: openssl.pas line 562

type pkcs7_st = record

  asn1: ;

  length: LongInt;

  state: LongInt;

  detached: LongInt;

  _type: Pointer;

  d: record

    case LongInt of

      0: (

          ptr: pchar;

        );

      1: (

          data: Pointer;

        );

      2: (

          sign: PPKCS7_SIGNED;

        );

      3: (

          enveloped: ;

        );

      4: (

          signed_and_enveloped: ;

        );

      5: (

          digest: ;

        );

      6: (

          encrypted: ;

        );

      7: (

          other: PASN1_TYPE;

        );

  end;

end;


Documentation generated on: 2023-03-18