Interface: s3crypto.CipherDataGenerator
import "../ibm-cos-sdk-go/service/s3/s3crypto"
Overview
CipherDataGenerator handles generating proper key and IVs of proper size for the content cipher. CipherDataGenerator will also encrypt the key and store it in the CipherData.
Interface Method Summary collapse
Interface Method Details
GenerateCipherData(int, int) (CipherData, error)
This method is abstract.
12 |
// File 'service/s3/s3crypto/key_handler.go', line 12
|