LeviLamina
Loading...
Searching...
No Matches
MessPublicKeyManager.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/utility/EnableNonOwnerReferences.h"
7
8class MessPublicKeyManager : public ::Bedrock::EnableNonOwnerReferences {
9public:
10 // MessPublicKeyManager inner types define
11 enum class PublicKeysEndpoint : ushort {
12 Login = 0,
13 Signing = 1,
14 Encryption = 2,
15 };
16
17public:
18 // member variables
19 // NOLINTBEGIN
27 // NOLINTEND
28
29#ifdef LL_PLAT_S
30public:
31 // prevent constructor by default
32 MessPublicKeyManager& operator=(MessPublicKeyManager const&);
33 MessPublicKeyManager(MessPublicKeyManager const&);
34 MessPublicKeyManager();
35
36#else // LL_PLAT_C
37public:
38 // prevent constructor by default
39 MessPublicKeyManager& operator=(MessPublicKeyManager const&);
40 MessPublicKeyManager(MessPublicKeyManager const&);
41
42#endif
43public:
44 // member functions
45 // NOLINTBEGIN
46#ifdef LL_PLAT_C
47 MCNAPI MessPublicKeyManager();
48#endif
49
50 MCNAPI ::std::vector<::std::string> getMessLoginPublicKeys();
51
52#ifdef LL_PLAT_C
53 MCNAPI ::std::vector<::std::string> getMessSigningPublicKeys();
54
55 MCNAPI void
56 requestPublicKeys(::MessPublicKeyManager::PublicKeysEndpoint endpoint, ::std::function<void(bool)> callback);
57#endif
58 // NOLINTEND
59
60public:
61 // constructor thunks
62 // NOLINTBEGIN
63#ifdef LL_PLAT_C
64 MCNAPI void* $ctor();
65#endif
66 // NOLINTEND
67
68public:
69 // vftables
70 // NOLINTBEGIN
71 MCNAPI static void** $vftable();
72 // NOLINTEND
73};
Definition EnableNonOwnerReferences.h:7
static MCAPI void ** $vftable()
MCAPI ::std::vector<::std::string > getMessLoginPublicKeys()
Definition Alias.h:14