mirror of
https://github.com/quizhizhe/LiteLoaderBDS-1.16.40.git
synced 2025-06-05 03:43:40 +00:00
38 lines
1.1 KiB
C++
38 lines
1.1 KiB
C++
// This Header is auto generated by BDSLiteLoader Toolchain
|
|
#pragma once
|
|
#define AUTO_GENERATED
|
|
#include "../Global.h"
|
|
#include "Json.hpp"
|
|
|
|
#define BEFORE_EXTRA
|
|
|
|
#undef BEFORE_EXTRA
|
|
|
|
class UnverifiedCertificate {
|
|
|
|
#define AFTER_EXTRA
|
|
|
|
#undef AFTER_EXTRA
|
|
#ifndef DISABLE_CONSTRUCTOR_PREVENTION_UNVERIFIEDCERTIFICATE
|
|
public:
|
|
class UnverifiedCertificate& operator=(class UnverifiedCertificate const &) = delete;
|
|
UnverifiedCertificate() = delete;
|
|
#endif
|
|
|
|
public:
|
|
#ifdef ENABLE_VIRTUAL_FAKESYMBOL_UNVERIFIEDCERTIFICATE
|
|
#endif
|
|
MCAPI UnverifiedCertificate(class UnverifiedCertificate const &);
|
|
MCAPI std::string getIdentityPublicKey() const;
|
|
MCAPI std::string toString() const;
|
|
MCAPI std::unique_ptr<class Certificate> verify(std::vector<std::string> const &) const;
|
|
MCAPI ~UnverifiedCertificate();
|
|
MCAPI static class UnverifiedCertificate fromString(std::string const &);
|
|
|
|
//private:
|
|
MCAPI UnverifiedCertificate(class WebToken const &, std::unique_ptr<class UnverifiedCertificate>);
|
|
MCAPI void addToChain(class Json::Value &) const;
|
|
|
|
private:
|
|
|
|
}; |