Interface: s3crypto.ContentCipher

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

Overview

ContentCipher deals with encrypting and decrypting content

Interface Method Summary collapse

Interface Method Details

DecryptContents(io.ReadCloser) (io.ReadCloser, error)

This method is abstract.


23
// File 'service/s3/s3crypto/cipher_builder.go', line 23

DecryptContents(io.ReadCloser) (io.ReadCloser, error)

EncryptContents(io.Reader) (io.Reader, error)

This method is abstract.


22
// File 'service/s3/s3crypto/cipher_builder.go', line 22

EncryptContents(io.Reader) (io.Reader, error)

GetCipherData() CipherData

This method is abstract.


24
// File 'service/s3/s3crypto/cipher_builder.go', line 24

GetCipherData() CipherData