Interface: s3crypto.ContentCipher
import "../ibm-cos-sdk-go/service/s3/s3crypto"
Overview
ContentCipher deals with encrypting and decrypting content
Interface Method Summary collapse
- DecryptContents(io.ReadCloser) (io.ReadCloser, error) interface
- EncryptContents(io.Reader) (io.Reader, error) interface
- GetCipherData() CipherData interface
Interface Method Details
DecryptContents(io.ReadCloser) (io.ReadCloser, error)
This method is abstract.
23 |
// File 'service/s3/s3crypto/cipher_builder.go', line 23
|
EncryptContents(io.Reader) (io.Reader, error)
This method is abstract.
22 |
// File 'service/s3/s3crypto/cipher_builder.go', line 22
|
GetCipherData() CipherData
This method is abstract.
24 |
// File 'service/s3/s3crypto/cipher_builder.go', line 24 |