chromium/third_party/openscreen/src/osp/public/agent_certificate.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 OSP_PUBLIC_AGENT_CERTIFICATE_H_
#define OSP_PUBLIC_AGENT_CERTIFICATE_H_

#include <string>

namespace openscreen::osp {

AgentFingerprint;

// This class centrally deal with agent certificate.
class AgentCertificate {};

}  // namespace openscreen::osp

#endif  // OSP_PUBLIC_AGENT_CERTIFICATE_H_