Package | Description |
---|---|
com.amazonaws.encryptionsdk |
Contains
AwsCrypto , the primary entry-point to the Aws
Encryption SDK. |
com.amazonaws.encryptionsdk.caching | |
com.amazonaws.encryptionsdk.internal |
Contains the internal classes that handle the cryptographic defined by the message formats and
algorithms.
|
com.amazonaws.encryptionsdk.model |
Contains the classes that implement the defined message format for storing the encrypted content
and the data key.
|
Modifier and Type | Method and Description |
---|---|
EncryptionMaterials |
DefaultCryptoMaterialsManager.getMaterialsForEncrypt(EncryptionMaterialsRequest request) |
EncryptionMaterials |
CryptoMaterialsManager.getMaterialsForEncrypt(EncryptionMaterialsRequest request)
Prepares materials for an encrypt request.
|
Modifier and Type | Method and Description |
---|---|
EncryptionMaterials |
CachingCryptoMaterialsManager.getMaterialsForEncrypt(EncryptionMaterialsRequest request) |
EncryptionMaterials |
CryptoMaterialsCache.EncryptCacheEntry.getResult() |
Modifier and Type | Method and Description |
---|---|
CryptoMaterialsCache.EncryptCacheEntry |
NullCryptoMaterialsCache.putEntryForEncrypt(byte[] cacheId,
EncryptionMaterials encryptionMaterials,
CryptoMaterialsCache.CacheHint hint,
CryptoMaterialsCache.UsageStats initialUsage) |
CryptoMaterialsCache.EncryptCacheEntry |
CryptoMaterialsCache.putEntryForEncrypt(byte[] cacheId,
EncryptionMaterials encryptionMaterials,
CryptoMaterialsCache.CacheHint hint,
CryptoMaterialsCache.UsageStats initialUsage)
Attempts to add a new entry to the encrypt cache to be returned on subsequent
CryptoMaterialsCache.getEntryForEncrypt(byte[], UsageStats) calls. |
CryptoMaterialsCache.EncryptCacheEntry |
LocalCryptoMaterialsCache.putEntryForEncrypt(byte[] cacheId,
EncryptionMaterials encryptionMaterials,
CryptoMaterialsCache.CacheHint hint,
CryptoMaterialsCache.UsageStats initialUsage) |
Constructor and Description |
---|
EncryptionHandler(int frameSize,
EncryptionMaterials result,
CommitmentPolicy commitmentPolicy)
Create an encryption handler using the provided master key and encryption context.
|
Modifier and Type | Method and Description |
---|---|
EncryptionMaterials |
EncryptionMaterials.Builder.build() |
Copyright © 2023. All rights reserved.