Class: Pdfrb::DigitalSignature::Verification::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/pdfrb/digital_signature/verification.rb

Instance Attribute Summary collapse

Instance Attribute Details

#byte_range_ok?Object

Returns the value of attribute byte_range_ok?

Returns:

  • (Object)

    the current value of byte_range_ok?



11
12
13
# File 'lib/pdfrb/digital_signature/verification.rb', line 11

def byte_range_ok?
  @byte_range_ok?
end

#cert_chainObject

Returns the value of attribute cert_chain

Returns:

  • (Object)

    the current value of cert_chain



11
12
13
# File 'lib/pdfrb/digital_signature/verification.rb', line 11

def cert_chain
  @cert_chain
end

#errorObject

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



11
12
13
# File 'lib/pdfrb/digital_signature/verification.rb', line 11

def error
  @error
end

#signerObject

Returns the value of attribute signer

Returns:

  • (Object)

    the current value of signer



11
12
13
# File 'lib/pdfrb/digital_signature/verification.rb', line 11

def signer
  @signer
end

#valid?Object

Returns the value of attribute valid?

Returns:

  • (Object)

    the current value of valid?



11
12
13
# File 'lib/pdfrb/digital_signature/verification.rb', line 11

def valid?
  @valid?
end