Home
last modified time | relevance | path

Searched refs:CastCRLTrustStore (Results 1 – 1 of 1) sorted by relevance

/external/openscreen/cast/common/certificate/
Dcast_crl.cc42 class CastCRLTrustStore { class
44 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::CastCRLTrustStore
59 OSP_DISALLOW_COPY_AND_ASSIGN(CastCRLTrustStore);
224 trust_store = CastCRLTrustStore::GetInstance()->trust_store(); in ParseAndVerifyCRL()