# File lib/mcollective/ssl.rb, line 130 def rsa_encrypt_with_private(plain_string) raise "No private key set" unless @private_key @private_key.private_encrypt(plain_string) end