Home | History | Annotate | Download | only in ssl

Lines Matching defs:ServerBoundCertService

41 class NET_EXPORT ServerBoundCertService
56 friend class ServerBoundCertService;
58 void RequestStarted(ServerBoundCertService* service,
64 ServerBoundCertService* service_;
77 ServerBoundCertService(
81 ~ServerBoundCertService();
89 // certificate generation. This value is cached when ServerBoundCertService
108 // ServerBoundCertService is destroyed.
133 // ServerBoundCertService is destroyed.
208 base::WeakPtrFactory<ServerBoundCertService> weak_ptr_factory_;
210 DISALLOW_COPY_AND_ASSIGN(ServerBoundCertService);