Searched refs:CastCRLTrustStore (Results 1 – 1 of 1) sorted by relevance
42 class CastCRLTrustStore { class44 static CastCRLTrustStore* GetInstance() { in GetInstance()45 static CastCRLTrustStore* store = new CastCRLTrustStore(); in GetInstance()51 ~CastCRLTrustStore() = default;54 CastCRLTrustStore() { in CastCRLTrustStore() function in openscreen::cast::__anon25941ebc0111::CastCRLTrustStore59 OSP_DISALLOW_COPY_AND_ASSIGN(CastCRLTrustStore);224 trust_store = CastCRLTrustStore::GetInstance()->trust_store(); in ParseAndVerifyCRL()