Generic interface applications may implement to convey self or peer certificate related information.
Synopsis
Declared in <folly/io/async/AsyncTransportCertificate.h>
class AsyncTransportCertificate;
Member Functions
Name |
Description |
|
Destroy the certificate. |
|
Return this certificate as an OpenSSLTransportCertificate, if it is one. |
|
Returns the DER representation of this certificate, if available. |
|
Returns the identity this certificate conveys. |
Derived Classes
Name |
Description |
Generic interface applications may implement to convey self or peer certificate related information. |
Created with MrDocs