Amazon Encryption SDK

From NovaOrdis Knowledge Base
Revision as of 22:48, 7 December 2018 by Ovidiu (talk | contribs) (→‎Concepts)
Jump to navigation Jump to search

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:

Encryption

Overhead Introduced by AWS Encryption SDK Message Format

Playground Example

Playground AWS Encryption SDK Examples