Amazon Encryption SDK: Difference between revisions
Jump to navigation
Jump to search
Line 30: | Line 30: | ||
* https://docs.aws.amazon.com/encryption-sdk/latest/developer-guide/faq.html | * https://docs.aws.amazon.com/encryption-sdk/latest/developer-guide/faq.html | ||
</font> | </font> | ||
=Playground Example= | |||
{{External|[https://github.com/ovidiuf/playground/blob/master/amazon/encryption-sdk/01-simplest-encryptionsdk/src/main/java/playground/amazon/encryptionsdk/AWSEncryptionSDKExamples.java Playground AWS Encryption SDK Examples]}} |
Revision as of 09:18, 30 November 2018
External
Internal
Overview
Dependencies
dependencies {
implementation('org.bouncycastle:bcprov-ext-jdk15on:1.58')
implementation('com.amazonaws:aws-encryption-sdk-java:1.3.1')
}
Clarify whether I need KMS API or not: AWS KMS API Dependencies.
Concepts
Data Key Caching
TODO:
- https://docs.aws.amazon.com/encryption-sdk/latest/developer-guide/data-key-caching.html
- https://docs.aws.amazon.com/encryption-sdk/latest/developer-guide/faq.html