UNPKG

@microsoft/useragent-sdk

Version:

SDK for building decentralized identity wallets and enterprise agents.

16 lines 671 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ const JsonWebKey_1 = require("./JsonWebKey"); /** * Represents an OCT key * @class * @extends JsonWebKey */ class SecretKey extends JsonWebKey_1.default { } exports.default = SecretKey; //# sourceMappingURL=SecretKey.js.map