LeviLamina
Loading...
Searching...
No Matches
KeyManager.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/crypto/asymmetric/System.h"
7
8
class
KeyManager
{
9
public
:
10
// member variables
11
// NOLINTBEGIN
12
::ll::UntypedStorage<8, 32>
mUnk7b15d6;
13
::ll::UntypedStorage<8, 8>
mUnk1f4472;
14
// NOLINTEND
15
16
public
:
17
// prevent constructor by default
18
KeyManager
& operator=(
KeyManager
const
&);
19
KeyManager
(
KeyManager
const
&);
20
KeyManager
();
21
22
public
:
23
// virtual functions
24
// NOLINTBEGIN
25
// vIndex: 0
26
virtual
~KeyManager
();
27
28
// vIndex: 1
29
virtual
bool
isValid()
const
;
30
// NOLINTEND
31
32
public
:
33
// member functions
34
// NOLINTBEGIN
35
MCAPI
KeyManager
(::std::string
const
& publicKey, ::Crypto::Asymmetric::System system);
36
// NOLINTEND
37
38
public
:
39
// constructor thunks
40
// NOLINTBEGIN
41
MCAPI
void
* $ctor(::std::string
const
& publicKey, ::Crypto::Asymmetric::System system);
42
// NOLINTEND
43
44
public
:
45
// destructor thunk
46
// NOLINTBEGIN
47
MCAPI
void
$dtor();
48
// NOLINTEND
49
50
public
:
51
// virtual function thunks
52
// NOLINTBEGIN
53
MCAPI
bool
$isValid()
const
;
54
// NOLINTEND
55
56
public
:
57
// vftables
58
// NOLINTBEGIN
59
MCAPI
static
void
** $vftable();
60
// NOLINTEND
61
};
KeyManager
Definition
KeyManager.h:8
ll::UntypedStorage
Definition
Alias.h:14
src
mc
certificates
KeyManager.h
Generated on Sat Apr 26 2025 05:55:20 for LeviLamina by
1.12.0