method

final

v1_9_3_125 - Show latest stable - Class: OpenSSL::Cipher
final()
public

Returns the remaining data held in the cipher object. Further calls to Cipher#update or Cipher#final will return garbage.

See EVP_CipherFinal_ex for further information.