LeviLamina
|
This is the complete list of members for Certificate, including all inherited members.
$ctor(::Certificate const &other) | Certificate | |
$dtor() | Certificate | |
Certificate() (defined in Certificate) | Certificate | |
Certificate(::Certificate const &other) | Certificate | |
createWebToken(::PrivateKeyManager &signer, int64 notBeforeDate, int64 expirationDate, ::std::string const &identityPublicKey, bool isCertificateAuthority, ::Json::Value const *extraData) | Certificate | static |
createWrappedCertificate(::PrivateKeyManager &signer, int64 notBeforeDate, int64 expirationDate, ::std::string const &identityPublicKey, bool isCertificateAuthority, ::Json::Value const *extraData, ::std::unique_ptr<::Certificate > parentCertificate) | Certificate | static |
getExpirationDate() const | Certificate | |
getIdentityPublicKey() const | Certificate | |
getNotBeforeDate() const | Certificate | |
isCertificateAuthority() const | Certificate | |
mIsSelfSigned (defined in Certificate) | Certificate | |
mIsValid (defined in Certificate) | Certificate | |
mParentCertificate (defined in Certificate) | Certificate | |
mUnverifiedCertificate (defined in Certificate) | Certificate | |
operator=(Certificate const &) (defined in Certificate) | Certificate | |
validate(int64 currentTime, bool isSelfSigned, bool checkExpired) | Certificate | |
~Certificate() | Certificate |