chromium/components/media_router/common/providers/cast/certificate/cast_trust_store.h

// Copyright 2024 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef COMPONENTS_MEDIA_ROUTER_COMMON_PROVIDERS_CAST_CERTIFICATE_CAST_TRUST_STORE_H_
#define COMPONENTS_MEDIA_ROUTER_COMMON_PROVIDERS_CAST_CERTIFICATE_CAST_TRUST_STORE_H_

#include <memory>
#include <string>

#include "base/files/file_path.h"
#include "base/functional/callback.h"
#include "base/no_destructor.h"
#include "base/synchronization/lock.h"
#include "base/time/time.h"
#include "third_party/boringssl/src/pki/trust_store_in_memory.h"

namespace bssl {
class TrustStore;
class TrustStore;
class ParsedCertificate;
}  // namespace bssl
namespace cast_certificate {
namespace testing {
class ScopedCastTrustStoreConfig;
}  // namespace testing

class CastTrustStore {};

}  // namespace cast_certificate

#endif  // COMPONENTS_MEDIA_ROUTER_COMMON_PROVIDERS_CAST_CERTIFICATE_CAST_TRUST_STORE_H_