class Aws::S3::EncryptionV2::DefaultCipherProvider

def decode64(str)

def decode64(str)
  Base64.decode64(str)
end