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 Sat Apr 26 2025 05:55:27 for LeviLamina by
1.12.0