# File lib/rye/key.rb, line 72
72:     def  encryptencrypt(text); ::Base64.encode64(@keypair.send("#{keytype.downcase}_encrypt", text)); end