We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51586c9 commit de5976cCopy full SHA for de5976c
CHANGELOG.md
@@ -3,7 +3,7 @@
3
## 1.6.1 -- Unreleased
4
5
### Deprecation Warnings
6
-* `AwsCrypto.encryptString()` and `AwsCrypto.decryptString()` are now deprecated.
+* Deprecated `AwsCrypto.encryptString()` and `AwsCrypto.decryptString()`.
7
Please move to `AwsCrypto.encryptData()` and `AwsCrypto.decryptData()` with manual Base64 encoding/decoding.
8
[PR #120](https://github.com/aws/aws-encryption-sdk-java/pull/120)
9
0 commit comments