Amazon Encryption SDK: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 20: Line 20:
</syntaxhighlight>
</syntaxhighlight>


<font color=darkgray>Clarify whether I need KMS API or not: [[AWS_KMS_API#Dependencies|AWS KMS API Dependencies]].
<font color=darkgray>Clarify whether I need KMS API or not: [[AWS_KMS_API#Dependencies|AWS KMS API Dependencies]].</font>


=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: