Amazon Encryption SDK: Difference between revisions

From NovaOrdis Knowledge Base
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: