Skip to content
This repository has been archived by the owner on Feb 4, 2019. It is now read-only.

Encryption::PrivateKey

Itehnological edited this page Apr 7, 2013 · 2 revisions

Used to encrypt / decrypt with a private key.

Methods

#encrypt
#decrypt

Encryption::PrivateKey < Encryption::PKey

## encrypt(string) → encrypted_string ## decrypt(encrypted_string) → decrypted_string
Clone this wiki locally