LeviLamina
Loading...
Searching...
No Matches
RTCCertificateGeneratorInterface.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/external/absl/AnyInvocable.h"
7#include "mc/external/webrtc/scoped_refptr.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace rtc { class KeyParams; }
12namespace rtc { class RTCCertificate; }
13// clang-format on
14
15namespace rtc {
16
18public:
19 // virtual functions
20 // NOLINTBEGIN
21 // vIndex: 0
22 virtual ~RTCCertificateGeneratorInterface() = default;
23
24 // vIndex: 1
25 virtual void GenerateCertificateAsync(
26 ::rtc::KeyParams const&,
27 ::std::optional<uint64> const&,
29 ) = 0;
30 // NOLINTEND
31
32public:
33 // virtual function thunks
34 // NOLINTBEGIN
35
36 // NOLINTEND
37};
38
39} // namespace rtc
Definition AnyInvocable.h:8
Definition KeyParams.h:16
Definition RTCCertificateGeneratorInterface.h:17
Definition scoped_refptr.h:8