LeviLamina
Loading...
Searching...
No Matches
Encoding.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
Crypto::Certificate {
6
7
enum class
Encoding :
int
{
8
Pem = 0,
9
Der = 1,
10
Pfx = 2,
11
};
12
13
}
src
mc
deps
crypto
certificate
Encoding.h
Generated on Wed Jul 23 2025 08:33:48 for LeviLamina by
1.12.0