| Modifier and Type | Method and Description |
|---|---|
DecryptionMaterial |
DataKeyCache.DecryptEntry.getMaterial() |
| Modifier and Type | Method and Description |
|---|---|
void |
DataKeyCache.putDecryptEntry(String key,
long survivalTime,
DecryptionMaterial material)
向缓存中添加一个新的解密密钥材料
|
void |
LocalDataKeyMaterialCache.putDecryptEntry(String key,
long survivalTime,
DecryptionMaterial material) |
| Modifier and Type | Method and Description |
|---|---|
DecryptionMaterial |
CryptoKeyManager.getDecryptDataKeyMaterial(BaseDataKeyProvider provider,
Map<String,String> encryptionContext,
List<EncryptedDataKey> encryptedDataKeys) |
DecryptionMaterial |
DefaultCryptoKeyManager.getDecryptDataKeyMaterial(BaseDataKeyProvider provider,
Map<String,String> encryptionContext,
List<EncryptedDataKey> encryptedDataKeys) |
DecryptionMaterial |
CachingCryptoKeyManager.getDecryptDataKeyMaterial(BaseDataKeyProvider provider,
Map<String,String> encryptionContext,
List<EncryptedDataKey> encryptedDataKeys) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
EncryptHandler.decrypt(CipherMaterial cipherMaterial,
DecryptionMaterial decryptionMaterial)
对一个加密结果进行解密
|
byte[] |
DefaultEncryptHandler.decrypt(CipherMaterial cipherMaterial,
DecryptionMaterial decryptionMaterial) |
void |
EncryptHandler.decryptStream(InputStream inputStream,
OutputStream outputStream,
CipherMaterial cipherMaterial,
DecryptionMaterial decryptionMaterial)
对
InputStream 输入流进行解密,并将解密结果写入 OutputStream |
void |
DefaultEncryptHandler.decryptStream(InputStream inputStream,
OutputStream outputStream,
CipherMaterial cipherMaterial,
DecryptionMaterial decryptionMaterial) |
| Modifier and Type | Method and Description |
|---|---|
DecryptionMaterial |
BaseDataKeyProvider.decryptDataKey(DecryptionMaterial material,
List<EncryptedDataKey> encryptedDataKeys)
解密数据密钥
|
| Modifier and Type | Method and Description |
|---|---|
DecryptionMaterial |
BaseDataKeyProvider.decryptDataKey(DecryptionMaterial material,
List<EncryptedDataKey> encryptedDataKeys)
解密数据密钥
|
| Modifier and Type | Method and Description |
|---|---|
DecryptionMaterial |
AbstractExternalStoreDataKeyProvider.decryptDataKey(DecryptionMaterial material,
List<EncryptedDataKey> encryptedDataKeys) |
| Modifier and Type | Method and Description |
|---|---|
DecryptionMaterial |
AbstractExternalStoreDataKeyProvider.decryptDataKey(DecryptionMaterial material,
List<EncryptedDataKey> encryptedDataKeys) |
Copyright © 2020. All rights reserved.