@aws-crypto/raw-rsa-keyring-node
Advanced tools
Comparing version 0.1.0-preview.2 to 0.1.0-preview.3
@@ -24,6 +24,6 @@ /// <reference types="node" /> | ||
_filter({ providerId, providerInfo }: EncryptedDataKey): boolean; | ||
_onEncrypt: (this: RawRsaKeyringNode, material: NodeEncryptionMaterial, context?: import("@aws-crypto/material-management-node").EncryptionContext | undefined) => Promise<NodeEncryptionMaterial>; | ||
_onDecrypt: (this: RawRsaKeyringNode, material: NodeDecryptionMaterial, encryptedDataKeys: EncryptedDataKey[], context?: import("@aws-crypto/material-management-node").EncryptionContext | undefined) => Promise<NodeDecryptionMaterial>; | ||
_onEncrypt: (this: RawRsaKeyringNode, material: NodeEncryptionMaterial) => Promise<NodeEncryptionMaterial>; | ||
_onDecrypt: (this: RawRsaKeyringNode, material: NodeDecryptionMaterial, encryptedDataKeys: EncryptedDataKey[]) => Promise<NodeDecryptionMaterial>; | ||
} | ||
export {}; | ||
//# sourceMappingURL=raw_rsa_keyring_node.d.ts.map |
@@ -24,6 +24,6 @@ /// <reference types="node" /> | ||
_filter({ providerId, providerInfo }: EncryptedDataKey): boolean; | ||
_onEncrypt: (this: RawRsaKeyringNode, material: NodeEncryptionMaterial, context?: import("@aws-crypto/material-management-node").EncryptionContext | undefined) => Promise<NodeEncryptionMaterial>; | ||
_onDecrypt: (this: RawRsaKeyringNode, material: NodeDecryptionMaterial, encryptedDataKeys: EncryptedDataKey[], context?: import("@aws-crypto/material-management-node").EncryptionContext | undefined) => Promise<NodeDecryptionMaterial>; | ||
_onEncrypt: (this: RawRsaKeyringNode, material: NodeEncryptionMaterial) => Promise<NodeEncryptionMaterial>; | ||
_onDecrypt: (this: RawRsaKeyringNode, material: NodeDecryptionMaterial, encryptedDataKeys: EncryptedDataKey[]) => Promise<NodeDecryptionMaterial>; | ||
} | ||
export {}; | ||
//# sourceMappingURL=raw_rsa_keyring_node.d.ts.map |
@@ -6,2 +6,13 @@ # Change Log | ||
# [0.1.0-preview.3](/compare/@aws-crypto/raw-rsa-keyring-node@0.1.0-preview.2...@aws-crypto/raw-rsa-keyring-node@0.1.0-preview.3) (2019-08-08) | ||
### Bug Fixes | ||
* Encryption Context changes (#148) 5a7e9ca, closes #148 #54 | ||
# [0.1.0-preview.2](/compare/@aws-crypto/raw-rsa-keyring-node@0.1.0-preview.1...@aws-crypto/raw-rsa-keyring-node@0.1.0-preview.2) (2019-07-24) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@aws-crypto/raw-rsa-keyring-node", | ||
"version": "0.1.0-preview.2", | ||
"version": "0.1.0-preview.3", | ||
"scripts": { | ||
@@ -19,4 +19,4 @@ "prepublishOnly": "npm run build", | ||
"dependencies": { | ||
"@aws-crypto/material-management-node": "^0.1.0-preview.2", | ||
"@aws-crypto/raw-keyring": "^0.1.0-preview.2", | ||
"@aws-crypto/material-management-node": "^0.1.0-preview.3", | ||
"@aws-crypto/raw-keyring": "^0.1.0-preview.3", | ||
"tslib": "^1.9.3" | ||
@@ -50,3 +50,3 @@ }, | ||
}, | ||
"gitHead": "970dbfad262186db90bd9ad2eba7a36d8a54ca18" | ||
"gitHead": "698180f30c85ef77a5739ebadd676d4b41ad441f" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
333252