@sphereon/ssi-sdk.kms-rest-client 0.36.1-feature.integration.fides.68 → 0.36.1-feature.integration.fides.74
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +3 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +3 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.js +3 -0
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
- package/src/models/SignatureAlgorithm.ts +3 -0
package/dist/index.cjs
CHANGED
|
@@ -1996,6 +1996,9 @@ var SignatureAlgorithm = {
|
|
|
1996
1996
|
HmacSha256: "HMAC_SHA256",
|
|
1997
1997
|
HmacSha384: "HMAC_SHA384",
|
|
1998
1998
|
HmacSha512: "HMAC_SHA512",
|
|
1999
|
+
RsaSha256: "RSA_SHA256",
|
|
2000
|
+
RsaSha384: "RSA_SHA384",
|
|
2001
|
+
RsaSha512: "RSA_SHA512",
|
|
1999
2002
|
RsaSsaPssSha256Mgf1: "RSA_SSA_PSS_SHA256_MGF1",
|
|
2000
2003
|
RsaSsaPssSha384Mgf1: "RSA_SSA_PSS_SHA384_MGF1",
|
|
2001
2004
|
RsaSsaPssSha512Mgf1: "RSA_SSA_PSS_SHA512_MGF1"
|