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

~AsyncTransportCertificate [destructor] [virtual]

Destroy the certificate.

asOpenSSLTransportCertificate [virtual]

Return this certificate as an OpenSSLTransportCertificate, if it is one.

getDER [virtual]

Returns the DER representation of this certificate, if available.

getIdentity [virtual]

Returns the identity this certificate conveys.

Derived Classes

Name

Description

OpenSSLTransportCertificate

Generic interface applications may implement to convey self or peer certificate related information.

Created with MrDocs