CHANGELOG.rst
LICENSE
MANIFEST.in
README.rst
requirements.txt
setup.cfg
setup.py
doc/conf.py
doc/index.rst
doc/requirements.txt
doc/lib/internal.rst
doc/lib/delegated_keys/index.rst
doc/lib/delegated_keys/jce.rst
doc/lib/encrypted/client.rst
doc/lib/encrypted/config.rst
doc/lib/encrypted/helpers.rst
doc/lib/encrypted/item.rst
doc/lib/encrypted/resource.rst
doc/lib/encrypted/table.rst
doc/lib/materials/index.rst
doc/lib/materials/raw.rst
doc/lib/materials/wrapped.rst
doc/lib/materials_providers/aws_kms.rst
doc/lib/materials_providers/metastore.rst
doc/lib/materials_providers/most_recent.rst
doc/lib/materials_providers/provider_stores.rst
doc/lib/materials_providers/providers.rst
doc/lib/materials_providers/static.rst
doc/lib/materials_providers/wrapped.rst
doc/lib/tools/exceptions.rst
doc/lib/tools/identifiers.rst
doc/lib/tools/index.rst
doc/lib/tools/structures.rst
doc/lib/tools/transform.rst
src/dynamodb_encryption_sdk/__init__.py
src/dynamodb_encryption_sdk/exceptions.py
src/dynamodb_encryption_sdk/identifiers.py
src/dynamodb_encryption_sdk/structures.py
src/dynamodb_encryption_sdk/transform.py
src/dynamodb_encryption_sdk.egg-info/PKG-INFO
src/dynamodb_encryption_sdk.egg-info/SOURCES.txt
src/dynamodb_encryption_sdk.egg-info/dependency_links.txt
src/dynamodb_encryption_sdk.egg-info/requires.txt
src/dynamodb_encryption_sdk.egg-info/top_level.txt
src/dynamodb_encryption_sdk/delegated_keys/__init__.py
src/dynamodb_encryption_sdk/delegated_keys/jce.py
src/dynamodb_encryption_sdk/encrypted/__init__.py
src/dynamodb_encryption_sdk/encrypted/client.py
src/dynamodb_encryption_sdk/encrypted/item.py
src/dynamodb_encryption_sdk/encrypted/resource.py
src/dynamodb_encryption_sdk/encrypted/table.py
src/dynamodb_encryption_sdk/internal/__init__.py
src/dynamodb_encryption_sdk/internal/dynamodb_types.py
src/dynamodb_encryption_sdk/internal/identifiers.py
src/dynamodb_encryption_sdk/internal/str_ops.py
src/dynamodb_encryption_sdk/internal/utils.py
src/dynamodb_encryption_sdk/internal/validators.py
src/dynamodb_encryption_sdk/internal/crypto/__init__.py
src/dynamodb_encryption_sdk/internal/crypto/authentication.py
src/dynamodb_encryption_sdk/internal/crypto/encryption.py
src/dynamodb_encryption_sdk/internal/crypto/jce_bridge/__init__.py
src/dynamodb_encryption_sdk/internal/crypto/jce_bridge/authentication.py
src/dynamodb_encryption_sdk/internal/crypto/jce_bridge/encryption.py
src/dynamodb_encryption_sdk/internal/crypto/jce_bridge/primitives.py
src/dynamodb_encryption_sdk/internal/formatting/__init__.py
src/dynamodb_encryption_sdk/internal/formatting/material_description.py
src/dynamodb_encryption_sdk/internal/formatting/deserialize/__init__.py
src/dynamodb_encryption_sdk/internal/formatting/deserialize/attribute.py
src/dynamodb_encryption_sdk/internal/formatting/serialize/__init__.py
src/dynamodb_encryption_sdk/internal/formatting/serialize/attribute.py
src/dynamodb_encryption_sdk/material_providers/__init__.py
src/dynamodb_encryption_sdk/material_providers/aws_kms.py
src/dynamodb_encryption_sdk/material_providers/most_recent.py
src/dynamodb_encryption_sdk/material_providers/static.py
src/dynamodb_encryption_sdk/material_providers/wrapped.py
src/dynamodb_encryption_sdk/material_providers/store/__init__.py
src/dynamodb_encryption_sdk/material_providers/store/meta.py
src/dynamodb_encryption_sdk/materials/__init__.py
src/dynamodb_encryption_sdk/materials/raw.py
src/dynamodb_encryption_sdk/materials/wrapped.py
test/README.rst
test/__init__.py
test/freeze-upstream-requirements.sh
test/pylintrc
test/requirements.txt
test/source-build-check.sh
test/upstream-requirements-py27.txt
test/upstream-requirements-py37.txt
test/acceptance/__init__.py
test/acceptance/acceptance_test_generators.py
test/acceptance/acceptance_test_utils.py
test/acceptance/encrypted/__init__.py
test/acceptance/encrypted/test_client.py
test/acceptance/encrypted/test_item.py
test/acceptance/encrypted/test_resource.py
test/acceptance/encrypted/test_table.py
test/cloudformation/tables.yaml
test/functional/__init__.py
test/functional/functional_test_utils.py
test/functional/functional_test_vector_generators.py
test/functional/hypothesis_strategies.py
test/functional/test_hypothesis_strategies.py
test/functional/test_identifiers.py
test/functional/test_structures.py
test/functional/delegated_keys/__init__.py
test/functional/delegated_keys/test_jce.py
test/functional/encrypted/__init__.py
test/functional/encrypted/test_client.py
test/functional/encrypted/test_item.py
test/functional/encrypted/test_resource.py
test/functional/encrypted/test_table.py
test/functional/internal/__init__.py
test/functional/internal/test_str_ops.py
test/functional/internal/test_utils.py
test/functional/internal/crypto/__init__.py
test/functional/internal/crypto/test_authentication.py
test/functional/internal/formatting/__init__.py
test/functional/internal/formatting/test_attribute.py
test/functional/internal/formatting/test_material_description.py
test/functional/material_providers/__init__.py
test/functional/material_providers/test_most_recent.py
test/functional/material_providers/store/__init__.py
test/functional/material_providers/store/test_meta.py
test/functional/materials/__init__.py
test/functional/materials/test_raw.py
test/integration/__init__.py
test/integration/integration_test_utils.py
test/integration/encrypted/__init__.py
test/integration/encrypted/test_client.py
test/integration/encrypted/test_resource.py
test/integration/encrypted/test_table.py
test/integration/material_providers/__init__.py
test/integration/material_providers/test_aws_kms.py
test/integration/material_providers/test_most_recent.py
test/integration/material_providers/store/__init__.py
test/integration/material_providers/store/test_meta.py
test/unit/__init__.py
test/unit/test_structures.py
test/unit/unit_test_utils.py
test/unit/encrypted/__init__.py
test/unit/encrypted/test_encrypted.py
test/unit/internal/__init__.py
test/unit/internal/formatting/__init__.py
test/unit/internal/formatting/test_attribute.py
test/unit/material_providers/__init__.py
test/unit/material_providers/test_aws_kms.py
test/unit/material_providers/test_static.py
test/unit/material_providers/test_wrapped.py
test/vectors/deserialize_attribute.json
test/vectors/material_description.json
test/vectors/serialize_attribute.json
test/vectors/string_to_sign.json
test/vectors/encrypted_item/keys.json
test/vectors/encrypted_item/plaintext.json
test/vectors/encrypted_item/scenarios.json
test/vectors/encrypted_item/ciphertext/java/aws-kms-direct-1.json
test/vectors/encrypted_item/ciphertext/java/metastore-aes-hmac-2.json
test/vectors/encrypted_item/ciphertext/java/metastore-data-tables-1.json
test/vectors/encrypted_item/ciphertext/java/metastore-data-tables-2.json
test/vectors/encrypted_item/ciphertext/java/metastore-data-tables-3.json
test/vectors/encrypted_item/ciphertext/java/metastore-kms-3.json
test/vectors/encrypted_item/ciphertext/java/metastore-rsa-rsa-1.json
test/vectors/encrypted_item/ciphertext/java/static-aes-hmac-1.json
test/vectors/encrypted_item/ciphertext/java/static-aes-hmac-2.json
test/vectors/encrypted_item/ciphertext/java/static-aes-hmac-3.json
test/vectors/encrypted_item/ciphertext/java/wrapped-aes-hmac-1.json
test/vectors/encrypted_item/ciphertext/java/wrapped-rsa-rsa-1.json
test/vectors/encrypted_item/ciphertext/java/wrapped-rsa-rsa-2.json
test/vectors/encrypted_item/ciphertext/java/wrapped-rsa-rsa-3.json
test/vectors/encrypted_item/ciphertext/python/aws-kms-direct-1.json
test/vectors/encrypted_item/ciphertext/python/metastore-aes-hmac-2.json
test/vectors/encrypted_item/ciphertext/python/metastore-aws-kms-1.json
test/vectors/encrypted_item/ciphertext/python/metastore-data-tables-1.json
test/vectors/encrypted_item/ciphertext/python/metastore-data-tables-2.json
test/vectors/encrypted_item/ciphertext/python/metastore-data-tables-3.json
test/vectors/encrypted_item/ciphertext/python/metastore-rsa-rsa-1.json
test/vectors/encrypted_item/ciphertext/python/static-aes-hmac-1.json
test/vectors/encrypted_item/ciphertext/python/static-aes-hmac-2.json
test/vectors/encrypted_item/ciphertext/python/static-aes-hmac-3.json
test/vectors/encrypted_item/ciphertext/python/wrapped-aes-hmac-1.json
test/vectors/encrypted_item/ciphertext/python/wrapped-rsa-rsa-1.json
test/vectors/encrypted_item/ciphertext/python/wrapped-rsa-rsa-2.json
test/vectors/encrypted_item/ciphertext/python/wrapped-rsa-rsa-3.json