You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var extractedKeyProviderIdInfo :- UTF8.Decode(datakeys[i].keyProviderInfo).MapFailure(e => E(e));
89
88
90
89
if extractedKeyProviderId == "aws-kms-hierarchy" {
91
-
var providerWrappedMaterial :- EdkWrapping.GetProviderWrappedMaterial(datakeys[i].ciphertext, algorithmSuite).MapFailure(e => E("Failed to get provider wrapped material" ));
90
+
var providerWrappedMaterial :- EdkWrapping.GetProviderWrappedMaterial(datakeys[i].ciphertext, algorithmSuite).MapFailure(e => AwsCryptographyMaterialProviders(e));
92
91
93
92
// The ciphertext structure in the hierarchy keyring contains Salt and IV before Version.
94
93
// The length of Salt is 16 and IV is 12 bytes. The length of Version is 16 bytes.
0 commit comments