Amazon Encryption SDK: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 10: | Line 10: | ||
=Overview= | =Overview= | ||
=Dependencies= | |||
<syntaxhighlight lang='groovy'> | |||
dependencies { | |||
implementation('org.bouncycastle:bcprov-ext-jdk15on:1.58') | |||
implementation('com.amazonaws:aws-encryption-sdk-java:1.3.1') | |||
} | |||
</syntaxhighlight> | |||
<font color=darkgray>Clarify whether I need KMS API or not: [[AWS_KMS_API#Dependencies|AWS KMS API Dependencies]]. | |||
=Concepts= | =Concepts= |
Revision as of 00:27, 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