23 X509(
const QSharedPointer<ICrypto>& generator);
The ICertificate class is base interface for all certificate generators classes.
The X509 class This is wrapper of the ssl objects.
The SelfSignedSertificate struct contains qt certificate object and private key of them.
The SslSrtData struct This structure contains base information to generate self-signed SSL certificat...