UNPKG

verifiablecredentials-crypto-sdk-typescript-keys

Version:
19 lines 812 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; 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 = __importDefault(require("./JsonWebKey")); /** * Represents an OCT key * @class * @extends JsonWebKey */ class SecretKey extends JsonWebKey_1.default { } exports.default = SecretKey; //# sourceMappingURL=SecretKey.js.map