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