class Aws::Plugins::S3SseCpk::Handler

def md5(str)

def md5(str)
  OpenSSL::Digest::MD5.digest(str)
end