class Aws::S3::Encryption::KmsCipherProvider

def decode64(str)

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