UNPKG

verifiablecredentials-crypto-sdk-typescript-keys

Version:
20 lines 843 B
"use strict"; /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); const JsonWebKey_1 = __importDefault(require("./JsonWebKey")); /** * Represents a Private Key in JWK format. * @class * @abstract * @hideconstructor */ class PrivateKey extends JsonWebKey_1.default { } exports.default = PrivateKey; //# sourceMappingURL=PrivateKey.js.map