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

/external/chromium_org/net/quic/crypto/
H A Dcrypto_server_config_protobuf.h24 // PrivateKey contains a QUIC tag of a key exchange algorithm and a
27 class NET_EXPORT_PRIVATE PrivateKey { class in class:net::QuicServerConfigProtobuf
54 const PrivateKey& key(size_t i) const {
67 QuicServerConfigProtobuf::PrivateKey* add_key() {
68 keys_.push_back(new PrivateKey);
89 std::vector<PrivateKey*> keys_;

Completed in 80 milliseconds