# File lib/deltacloud/models/key.rb, line 38
  def self.generate_mock_fingerprint
    (0..19).map { "%02x" % (rand * 0xff) }.join(':')
  end