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

Encryption::PrivateKey

Itay Grudev edited this page Oct 2, 2016 · 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