@microsoft/useragent-sdk
Version:
SDK for building decentralized identity wallets and enterprise agents.
17 lines • 703 B
JavaScript
;
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
Object.defineProperty(exports, "__esModule", { value: true });
const JsonWebKey_1 = 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