LibLogicalAccess
2.5.0
An Open Source RFID Library
Loading...
Searching...
No Matches
include
logicalaccess
asn1.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <vector>
4
#include <string>
5
#include <logicalaccess/lla_core_api.hpp>
6
#include <
logicalaccess/lla_fwd.hpp
>
7
8
namespace
logicalaccess
9
{
10
class
LLA_CORE_API
ASN1
11
{
12
public
:
13
14
static
ByteVector
encode_oid(
const
std::string &oid);
15
16
static
ByteVector
encode_oid(
const
std::vector<unsigned int> &oid);
17
};
18
19
}
// namespace logicalaccess
logicalaccess::ASN1
Definition:
asn1.hpp:11
lla_fwd.hpp
ByteVector
std::vector< uint8_t > ByteVector
Definition:
lla_fwd.hpp:80
logicalaccess
Definition:
asn1.hpp:9
Generated on Wed Mar 29 2023 13:50:37 for LibLogicalAccess by
1.9.6