final class MultipartUploadCbcContext extends MultipartUploadCryptoContext
Modifier and Type | Field and Description |
---|---|
private byte[] |
nextIV |
Constructor and Description |
---|
MultipartUploadCbcContext(java.lang.String bucketName,
java.lang.String key,
ContentCryptoMaterial cekMaterial) |
Modifier and Type | Method and Description |
---|---|
byte[] |
getNextInitializationVector() |
void |
setNextInitializationVector(byte[] nextIV) |
beginPartUpload, endPartUpload, getCipherLite, getContentCryptoMaterial
getBucketName, getKey, getMaterialsDescription, hasFinalPartBeenSeen, setHasFinalPartBeenSeen, setMaterialsDescription
MultipartUploadCbcContext(java.lang.String bucketName, java.lang.String key, ContentCryptoMaterial cekMaterial)