|
MySQL 5.6.14 Source Code Document
|
Public Member Functions | |
| void | AddPeerCert (x509 *x) |
| void | CopySelfCert (const x509 *x) |
| int | CopyCaCert (const x509 *x) |
| int | Validate () |
| int | SetPrivateKey (const x509 &) |
| const x509 * | get_cert () const |
| const opaque * | get_peerKey () const |
| const opaque * | get_privateKey () const |
| X509 * | get_peerX509 () const |
| X509 * | get_selfX509 () const |
| SignatureAlgorithm | get_keyType () const |
| SignatureAlgorithm | get_peerKeyType () const |
| uint | get_peerKeyLength () const |
| uint | get_privateKeyLength () const |
| bool | verifyPeer () const |
| bool | verifyNone () const |
| bool | failNoCert () const |
| bool | sendVerify () const |
| void | setVerifyPeer () |
| void | setVerifyNone () |
| void | setFailNoCert () |
| void | setSendVerify () |
| void | setPeerX509 (X509 *) |
| void | setVerifyCallback (VerifyCallback) |
Definition at line 72 of file cert_wrapper.hpp.