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/webrtc/RefCountedNonVirtual.h"
7
#include "mc/external/webrtc/scoped_refptr.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
namespace
webrtc {
class
SSLCertChain
; }
12
namespace
webrtc {
class
SSLCertificate
; }
13
namespace
webrtc {
class
SSLIdentity
; }
14
// clang-format on
15
16
namespace
webrtc {
17
18
class
RTCCertificate :
public
::webrtc::RefCountedNonVirtual
<::webrtc::RTCCertificate> {
19
public
:
20
// member variables
21
// NOLINTBEGIN
22
::ll::UntypedStorage<8, 8>
mUnkc2591c;
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 ::webrtc::SSLCertificate
const
&
GetSSLCertificate
()
const
;
35
36
MCNAPI ::webrtc::SSLCertChain
const
&
GetSSLCertificateChain
()
const
;
37
38
MCNAPI
~RTCCertificate
();
39
// NOLINTEND
40
41
public
:
42
// static functions
43
// NOLINTBEGIN
44
MCNAPI static ::webrtc::scoped_refptr<::webrtc::RTCCertificate>
45
Create
(::std::unique_ptr<::webrtc::SSLIdentity>
identity
);
46
// NOLINTEND
47
48
public
:
49
// destructor thunk
50
// NOLINTBEGIN
51
MCNAPI
void
$dtor
();
52
// NOLINTEND
53
};
54
55
}
// namespace webrtc
webrtc::RTCCertificate::$dtor
MCAPI void $dtor()
webrtc::RTCCertificate::~RTCCertificate
MCAPI ~RTCCertificate()
webrtc::RTCCertificate::GetSSLCertificate
MCAPI::webrtc::SSLCertificate const & GetSSLCertificate() const
webrtc::RTCCertificate::GetSSLCertificateChain
MCAPI::webrtc::SSLCertChain const & GetSSLCertificateChain() const
webrtc::RTCCertificate::Create
static MCAPI ::webrtc::scoped_refptr<::webrtc::RTCCertificate > Create(::std::unique_ptr<::webrtc::SSLIdentity > identity)
webrtc::RefCountedNonVirtual
Definition
RefCountedNonVirtual.h:8
webrtc::SSLCertChain
Definition
SSLCertChain.h:13
webrtc::SSLCertificate
Definition
SSLCertificate.h:15
webrtc::SSLIdentity
Definition
SSLIdentity.h:14
ll::UntypedStorage
Definition
Alias.h:14
webrtc::identity
Definition
identity.h:7
src
mc
external
webrtc
RTCCertificate.h
Generated on
for LeviLamina by
1.16.1