Unprotect the key.
Parameters:
the password to unlock the key. If nil, the current password provider will be used (see Rnp#password_provider=).
Returns:
152 153 154 155
# File 'lib/rnp/key.rb', line 152 def unprotect(password = nil) Rnp.call_ffi(:rnp_key_unprotect, @ptr, password) self end