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