LeviLamina
Loading...
Searching...
No Matches
ThumbprintFormat.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
Crypto::Certificate {
6
7
enum class
ThumbprintFormat :
int
{
8
Binary = 0,
9
Base64 = 1,
10
Base64URL = 2,
11
HexGrouped2 = 3,
12
HexGrouped4 = 4,
13
};
14
15
}
src
mc
deps
crypto
certificate
ThumbprintFormat.h
Generated on Sat Apr 26 2025 05:55:27 for LeviLamina by
1.12.0