19 #ifndef INCLUDE_RCF_CERTIFICATE_HPP 20 #define INCLUDE_RCF_CERTIFICATE_HPP 22 #include <RCF/Export.hpp> 36 virtual CertificateImplementationType _getType();
39 X509CertificatePtr _downcastToX509Certificate(
CertificatePtr certPtr);
50 #endif // ! INCLUDE_RCF_CERTIFICATE_HPP
std::shared_ptr< Certificate > CertificatePtr
Reference counted wrapper for RCF::Certificate.
Definition: RcfFwd.hpp:108
std::shared_ptr< Win32Certificate > Win32CertificatePtr
Reference counted wrapper for RCF::Win32Certificate.
Definition: RcfFwd.hpp:257
Definition: AmiIoHandler.hpp:24
Base class for all RCF certificate classes.
Definition: Certificate.hpp:30