chromium/components/web_package/test_support/signed_web_bundles/key_pair.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_WEB_PACKAGE_TEST_SUPPORT_SIGNED_WEB_BUNDLES_KEY_PAIR_H_
#define COMPONENTS_WEB_PACKAGE_TEST_SUPPORT_SIGNED_WEB_BUNDLES_KEY_PAIR_H_

#include "components/web_package/test_support/signed_web_bundles/ecdsa_p256_key_pair.h"
#include "components/web_package/test_support/signed_web_bundles/ed25519_key_pair.h"

namespace web_package::test {

KeyPair;
KeyPairs;

}  // namespace web_package::test

#endif  // COMPONENTS_WEB_PACKAGE_TEST_SUPPORT_SIGNED_WEB_BUNDLES_KEY_PAIR_H_