Package | Description |
---|---|
com.ibm.cloud.objectstorage.services.s3.internal.crypto.v1 | |
com.ibm.cloud.objectstorage.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
Modifier and Type | Method and Description |
---|---|
protected SecretKey |
S3CryptoModuleBase.generateCEK(EncryptionMaterials kekMaterials) |
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 |
EncryptionMaterialsFactory.getEncryptionMaterials()
Returns EncryptionMaterials which the caller can use for encryption.
|
EncryptionMaterials |
StaticEncryptionMaterialsProvider.getEncryptionMaterials() |
EncryptionMaterials |
SimpleMaterialProvider.getEncryptionMaterials() |
EncryptionMaterials |
PutInstructionFileRequest.getEncryptionMaterials()
Returns the encryption materials if specified; or null if not.
|
EncryptionMaterials |
StaticEncryptionMaterialsProvider.getEncryptionMaterials(Map<String,String> materialDescIn) |
EncryptionMaterials |
SimpleMaterialProvider.getEncryptionMaterials(Map<String,String> md) |
EncryptionMaterials |
EncryptionMaterialsAccessor.getEncryptionMaterials(Map<String,String> materialsDescription)
Retrieves encryption materials matching the specified description from some source.
|
Modifier and Type | Method and Description |
---|---|
SimpleMaterialProvider |
SimpleMaterialProvider.addMaterial(EncryptionMaterials m) |
SimpleMaterialProvider |
SimpleMaterialProvider.withLatest(EncryptionMaterials m) |
Constructor and Description |
---|
PutInstructionFileRequest(S3ObjectId s3ObjectId,
EncryptionMaterials encryptionMaterials,
String suffix) |
StaticEncryptionMaterialsProvider(EncryptionMaterials materials) |
Copyright © 2024. All rights reserved.