class Aws::S3::Encryption::IODecrypter
def initialize(cipher, io)
-
io
(IO#write
) -- An IO-like object that responds to `#write`. -
cipher
(OpenSSL::Cipher
) --
def initialize(cipher, io) @cipher = cipher.clone @io = io end
io
(IO#write
)
-- An IO-like object that responds to `#write`.
cipher
(OpenSSL::Cipher
)
--
def initialize(cipher, io) @cipher = cipher.clone @io = io end