Interface: s3crypto.CipherDataDecrypterWithContext

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

Overview

CipherDataDecrypterWithContext is a handler to decrypt keys from the envelope with request context.

Interface Method Summary collapse

Interface Method Details

DecryptKeyWithContext(aws.Context, []byte) ([]byte, error)

This method is abstract.


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

DecryptKeyWithContext(aws.Context, []byte) ([]byte, error)