LeviLamina
Loading...
Searching...
No Matches
RTCCertificate.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/external/rtc/RefCountedNonVirtual.h"
7
#include "mc/external/webrtc/scoped_refptr.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
namespace
rtc {
class
SSLCertChain
; }
12
namespace
rtc {
class
SSLCertificate
; }
13
namespace
rtc {
class
SSLIdentity
; }
14
// clang-format on
15
16
namespace
rtc {
17
18
class
RTCCertificate :
public
::rtc::RefCountedNonVirtual
<::rtc::RTCCertificate> {
19
public
:
20
// member variables
21
// NOLINTBEGIN
22
::ll::UntypedStorage<8, 8>
mUnk383a23;
23
// NOLINTEND
24
25
public
:
26
// prevent constructor by default
27
RTCCertificate& operator=(RTCCertificate
const
&);
28
RTCCertificate(RTCCertificate
const
&);
29
RTCCertificate();
30
31
public
:
32
// member functions
33
// NOLINTBEGIN
34
MCNAPI ::rtc::SSLCertificate
const
&
GetSSLCertificate
()
const
;
35
36
MCNAPI ::rtc::SSLCertChain
const
&
GetSSLCertificateChain
()
const
;
37
38
MCNAPI
~RTCCertificate
();
39
// NOLINTEND
40
41
public
:
42
// static functions
43
// NOLINTBEGIN
44
MCNAPI static ::webrtc::scoped_refptr<::rtc::RTCCertificate>
Create
(::std::unique_ptr<::rtc::SSLIdentity> identity);
45
// NOLINTEND
46
47
public
:
48
// destructor thunk
49
// NOLINTBEGIN
50
MCNAPI
void
$dtor
();
51
// NOLINTEND
52
};
53
54
}
// namespace rtc
rtc::RTCCertificate::$dtor
MCAPI void $dtor()
rtc::RTCCertificate::GetSSLCertificateChain
MCAPI::rtc::SSLCertChain const & GetSSLCertificateChain() const
rtc::RTCCertificate::Create
static MCAPI ::webrtc::scoped_refptr<::rtc::RTCCertificate > Create(::std::unique_ptr<::rtc::SSLIdentity > identity)
rtc::RTCCertificate::~RTCCertificate
MCAPI ~RTCCertificate()
rtc::RTCCertificate::GetSSLCertificate
MCAPI::rtc::SSLCertificate const & GetSSLCertificate() const
rtc::RefCountedNonVirtual
Definition
RefCountedNonVirtual.h:8
rtc::SSLCertChain
Definition
SSLCertChain.h:13
rtc::SSLCertificate
Definition
SSLCertificate.h:15
rtc::SSLIdentity
Definition
SSLIdentity.h:14
ll::UntypedStorage
Definition
Alias.h:14
src
mc
external
rtc
RTCCertificate.h
Generated on
for LeviLamina by
1.16.1