UNPKG

@relaycorp/webcrypto-kms

Version:

WebCrypto-compatible client for Key Management Services like GCP KMS

12 lines 467 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AwsKmsRsaPssPrivateKey = void 0; const PrivateKey_1 = require("../PrivateKey"); class AwsKmsRsaPssPrivateKey extends PrivateKey_1.RsaPssPrivateKey { constructor(arn, hashingAlgorithm, provider) { super(hashingAlgorithm, provider); this.arn = arn; } } exports.AwsKmsRsaPssPrivateKey = AwsKmsRsaPssPrivateKey; //# sourceMappingURL=AwsKmsRsaPssPrivateKey.js.map