Certificate for SSL.
![]() | PSSLCertificate () Create an empty certificate |
![]() | PSSLCertificate ( const PFilePath & certFile, int fileType = -1 ) Create a new certificate given the file. |
![]() | PSSLCertificate ( const BYTE * certData, PINDEX certSize ) Create certificate from the binary data specified. |
![]() | PSSLCertificate ( const PBYTEArray & certData ) Create certificate from the binary data specified. |
![]() | PSSLCertificate ( const PSSLCertificate & cert ) Create a copy of the certificate |
![]() | operator= ( const PSSLCertificate & cert ) Create a copy of the certificate |
![]() | ~PSSLCertificate () Destroy and release storage for certificate |
![]() | operator x509_st * () const Get internal OpenSSL X509 structure |
Run Time Type functions
Comparison functions
I/O functions
Miscellaneous functions
Certificate for SSL. This class embodies a common environment for all certificates used by the PSSLContext and PSSLChannel classes.
PSSLCertificate( const PFilePath & certFile, int fileType = -1 )
PSSLCertificate( const BYTE * certData, PINDEX certSize )
certSize - Size of certificate data PSSLCertificate( const PBYTEArray & certData )
PSSLCertificate( const PSSLCertificate & cert )
PSSLCertificate& operator=( const PSSLCertificate & cert )
~PSSLCertificate()
operator x509_st *() const
Alphabetic index HTML hierarchy of classes or Java