Searched defs:SSLCertChain (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dsslidentity.h43 class SSLCertChain;
71 virtual bool GetChain(SSLCertChain** chain) const = 0;
89 // SSLCertChain is a simple wrapper for a vector of SSLCertificates. It serves
92 class SSLCertChain { class in namespace:talk_base
96 explicit SSLCertChain(const std::vector<SSLCertificate*>& certs) { function in class:talk_base::SSLCertChain
101 explicit SSLCertChain(const SSLCertificate* cert) { function in class:talk_base::SSLCertChain
105 ~SSLCertChain() {
115 // Returns a new SSLCertChain object instance wrapping the same underlying
117 SSLCertChain* Copy() const {
118 return new SSLCertChain(certs
[all...]

Completed in 78 milliseconds