| Package | Description |
|---|---|
| com.qcloud.cos.internal.crypto | |
| com.qcloud.cos.model |
| Modifier and Type | Class and Description |
|---|---|
class |
KMSEncryptionMaterials
KMS specific encryption materials.
|
| Modifier and Type | Method and Description |
|---|---|
EncryptionMaterials |
EncryptionMaterials.addDescription(String name,
String value)
Fluent API to add material description.
|
EncryptionMaterials |
EncryptionMaterials.addDescriptions(Map<String,String> descriptions)
Fluent API to add all the given material descriptions.
|
EncryptionMaterials |
StaticEncryptionMaterialsProvider.getEncryptionMaterials() |
EncryptionMaterials |
EncryptionMaterialsFactory.getEncryptionMaterials()
Returns EncryptionMaterials which the caller can use for encryption.
|
EncryptionMaterials |
EncryptionMaterialsAccessor.getEncryptionMaterials(Map<String,String> materialsDescription)
Retrieves encryption materials matching the specified description from some source.
|
EncryptionMaterials |
StaticEncryptionMaterialsProvider.getEncryptionMaterials(Map<String,String> materialDescIn) |
| Modifier and Type | Method and Description |
|---|---|
protected SecretKey |
COSCryptoModuleBase.generateCEK(EncryptionMaterials kekMaterials,
Provider providerIn) |
| Constructor and Description |
|---|
StaticEncryptionMaterialsProvider(EncryptionMaterials materials) |
| Modifier and Type | Method and Description |
|---|---|
EncryptionMaterials |
PutInstructionFileRequest.getEncryptionMaterials()
Returns the encryption materials if specified; or null if not.
|
| Constructor and Description |
|---|
PutInstructionFileRequest(COSObjectId cosObjectId,
EncryptionMaterials encryptionMaterials,
String suffix) |
Copyright © 2023. All rights reserved.