Initial commit
This commit is contained in:
@@ -0,0 +1,88 @@
|
||||
// CodeGear C++Builder
|
||||
// Copyright (c) 1995, 2025 by Embarcadero Technologies, Inc.
|
||||
// All rights reserved
|
||||
|
||||
// (DO NOT EDIT: machine generated header) 'uCEFX509Certificate.pas' rev: 37.00 (Windows)
|
||||
|
||||
#ifndef uCEFX509CertificateHPP
|
||||
#define uCEFX509CertificateHPP
|
||||
|
||||
#pragma delphiheader begin
|
||||
#pragma option push
|
||||
#if defined(__BORLANDC__) && !defined(__clang__)
|
||||
#pragma option -w- // All warnings off
|
||||
#pragma option -Vx // Zero-length empty class member
|
||||
#endif
|
||||
#pragma pack(push,8)
|
||||
#include <System.hpp>
|
||||
#include <SysInit.hpp>
|
||||
#include <Winapi.Windows.hpp>
|
||||
#include <System.Classes.hpp>
|
||||
#include <System.SysUtils.hpp>
|
||||
#include <uCEFBaseRefCounted.hpp>
|
||||
#include <uCEFInterfaces.hpp>
|
||||
#include <uCEFTypes.hpp>
|
||||
|
||||
//-- user supplied -----------------------------------------------------------
|
||||
|
||||
namespace Ucefx509certificate
|
||||
{
|
||||
//-- forward type declarations -----------------------------------------------
|
||||
class DELPHICLASS TCEFX509CertificateRef;
|
||||
//-- type declarations -------------------------------------------------------
|
||||
#pragma pack(push,4)
|
||||
class PASCALIMPLEMENTATION TCEFX509CertificateRef : public Ucefbaserefcounted::TCefBaseRefCountedRef
|
||||
{
|
||||
typedef Ucefbaserefcounted::TCefBaseRefCountedRef inherited;
|
||||
|
||||
protected:
|
||||
Ucefinterfaces::_di_ICefX509CertPrincipal __fastcall GetSubject();
|
||||
Ucefinterfaces::_di_ICefX509CertPrincipal __fastcall GetIssuer();
|
||||
Ucefinterfaces::_di_ICefBinaryValue __fastcall GetSerialNumber();
|
||||
Uceftypes::TCefBaseTime __fastcall GetValidStart();
|
||||
Uceftypes::TCefBaseTime __fastcall GetValidExpiry();
|
||||
System::TDateTime __fastcall GetValidStartAsDateTime();
|
||||
System::TDateTime __fastcall GetValidExpiryAsDateTime();
|
||||
Ucefinterfaces::_di_ICefBinaryValue __fastcall GetDerEncoded();
|
||||
Ucefinterfaces::_di_ICefBinaryValue __fastcall GetPemEncoded();
|
||||
System::NativeUInt __fastcall GetIssuerChainSize();
|
||||
void __fastcall GetDEREncodedIssuerChain(System::NativeUInt chainCount, Ucefinterfaces::TCefBinaryValueArray &chain);
|
||||
void __fastcall GetPEMEncodedIssuerChain(System::NativeUInt chainCount, Ucefinterfaces::TCefBinaryValueArray &chain);
|
||||
|
||||
public:
|
||||
__classmethod Ucefinterfaces::_di_ICefX509Certificate __fastcall UnWrap(void * data);
|
||||
public:
|
||||
/* TCefBaseRefCountedRef.Create */ inline __fastcall virtual TCEFX509CertificateRef(void * data) : Ucefbaserefcounted::TCefBaseRefCountedRef(data) { }
|
||||
/* TCefBaseRefCountedRef.Destroy */ inline __fastcall virtual ~TCEFX509CertificateRef() { }
|
||||
|
||||
private:
|
||||
void *__ICefX509Certificate; // Ucefinterfaces::ICefX509Certificate
|
||||
|
||||
public:
|
||||
#if defined(MANAGED_INTERFACE_OPERATORS)
|
||||
// {C897979D-F068-4428-82DF-4221612FF7E0}
|
||||
operator Ucefinterfaces::_di_ICefX509Certificate()
|
||||
{
|
||||
Ucefinterfaces::_di_ICefX509Certificate intf;
|
||||
this->GetInterface(intf);
|
||||
return intf;
|
||||
}
|
||||
#else
|
||||
operator Ucefinterfaces::ICefX509Certificate*(void) { return (Ucefinterfaces::ICefX509Certificate*)&__ICefX509Certificate; }
|
||||
#endif
|
||||
|
||||
};
|
||||
|
||||
#pragma pack(pop)
|
||||
|
||||
//-- var, const, procedure ---------------------------------------------------
|
||||
} /* namespace Ucefx509certificate */
|
||||
#if !defined(DELPHIHEADER_NO_IMPLICIT_NAMESPACE_USE) && !defined(NO_USING_NAMESPACE_UCEFX509CERTIFICATE)
|
||||
using namespace Ucefx509certificate;
|
||||
#endif
|
||||
#pragma pack(pop)
|
||||
#pragma option pop
|
||||
|
||||
#pragma delphiheader end.
|
||||
//-- end unit ----------------------------------------------------------------
|
||||
#endif // uCEFX509CertificateHPP
|
||||
Reference in New Issue
Block a user