Method: Rnp::Sign#execute

Defined in:
lib/rnp/op/sign.rb

#executevoid

This method returns an undefined value.

Execute the operation.

This should only be called once.



125
126
127
# File 'lib/rnp/op/sign.rb', line 125

def execute
  Rnp.call_ffi(:rnp_op_sign_execute, @ptr)
end