/** * @license * Copyright 2022-2026 Matter.js Authors * SPDX-License-Identifier: Apache-2.0 */ import { DerBitString, DerObject, ObjectId } from "#codec/DerCodec.js"; import { Bytes } from "#util/Bytes.js"; export declare namespace X962 { const PublicKeyEcPrime256v1: (key: Bytes) => { type: { algorithm: ObjectId; curve: ObjectId; }; bytes: DerBitString; }; const EcdsaWithSHA256: DerObject; const PublicKeyAlgorithmEcPublicKey: ObjectId; const PublicKeyAlgorithmEcPublicKeyP256: ObjectId; } //# sourceMappingURL=X962.d.ts.map