Method: Rnp::Verify::Signature#expiration_time

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

#expiration_timeInteger (readonly)

The expiration (as the number of seconds after #creation_time)

Returns:

  • (Integer)


82
83
84
# File 'lib/rnp/op/verify.rb', line 82

def expiration_time
  @expiration_time
end