Interface: s3crypto.Decrypter

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

Overview

Decrypter interface with only the decrypt method

Implemented By

kms.KMS

Interface Method Summary collapse

Interface Method Details

Decrypt(io.Reader) io.Reader

This method is abstract.


19
// File 'service/s3/s3crypto/cipher.go', line 19

Decrypt(io.Reader) io.Reader