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

/external/chromium_org/net/quic/crypto/
H A Dproof_source.h15 // ProofSource is an interface by which a QUIC server can obtain certificate
17 class NET_EXPORT_PRIVATE ProofSource { class in namespace:net
19 virtual ~ProofSource() {}
36 // the ProofSource retains ownership of the contents of |out_certs|. The
40 // somewhat static. However, since they aren't bounded, the ProofSource may

Completed in 205 milliseconds