Interface: s3crypto.Decrypter
import "../ibm-cos-sdk-go/service/s3/s3crypto"
Overview
Decrypter interface with only the decrypt method
Implemented By
Interface Method Summary collapse
- Decrypt(io.Reader) io.Reader interface
Interface Method Details
Decrypt(io.Reader) io.Reader
This method is abstract.
19 |
// File 'service/s3/s3crypto/cipher.go', line 19 |