3#include "mc/_HeaderOutputPredefine.h"
4#include "mc/certificates/UnverifiedCertificate.h"
7#include "mc/certificates/UnverifiedCertificate.h"
14 ::std::unique_ptr<::Certificate> mParentCertificate;
35 MCNAPI
bool validate(int64 currentTime,
bool isSelfSigned,
bool checkExpired);
Definition Certificate.h:9
MCAPI::std::string getIdentityPublicKey() const
MCAPI int64 getNotBeforeDate() const
MCAPI int64 getExpirationDate() const
MCAPI void * $ctor(::Certificate const &other)
MCAPI bool validate(int64 currentTime, bool isSelfSigned, bool checkExpired)
MCAPI Certificate(::Certificate const &other)
Definition UnverifiedCertificate.h:15