Method: Xml::Kit::Crypto::RsaCipher#decrypt

Defined in:
lib/xml/kit/crypto/rsa_cipher.rb

#decrypt(cipher_text) ⇒ Object



23
24
25
# File 'lib/xml/kit/crypto/rsa_cipher.rb', line 23

def decrypt(cipher_text)
  @key.private_decrypt(cipher_text)
end