Interface: s3crypto.CipherDataGeneratorWithCEKAlg

import "../ibm-cos-sdk-go/service/s3/s3crypto"

Overview

CipherDataGeneratorWithCEKAlg 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

GenerateCipherDataWithCEKAlg(ctx aws.Context, keySize, ivSize int, cekAlgorithm string) (CipherData, error)

This method is abstract.


26
// File 'service/s3/s3crypto/key_handler.go', line 26

GenerateCipherDataWithCEKAlg(ctx aws.Context, keySize, ivSize int, cekAlgorithm string) (CipherData, error)