Class: Hbci::Segments::HNSHKv4
- Inherits:
-
Hbci::Segment
- Object
- Hbci::Segment
- Hbci::Segments::HNSHKv4
- Defined in:
- lib/hbci/segments/hnshk.rb
Overview
Signature Head Segment
Top of the signature and counterpart of HNSHA www.hbci-zka.de/dokumente/spezifikation_deutsch/fintsv3/FinTS_3.0_Security_Sicherheitsverfahren_HBCI_Rel_20130718_final_version.pdf#page=63
Instance Attribute Summary
Attributes inherited from Hbci::Segment
#defined_element_groups, #dialog, #element_groups, #message, #request_message
Instance Method Summary collapse
Methods inherited from Hbci::Segment
#build, element, element_group, element_groups_to_be_defined, fill, #initialize, #to_s
Constructor Details
This class inherits a constructor from Hbci::Segment
Instance Method Details
#compile ⇒ Object
64 65 66 67 68 69 |
# File 'lib/hbci/segments/hnshk.rb', line 64 def compile self.security_reference = .sec_ref self.security_identification_details.party_identification = .dialog ? .dialog.system_id : 0 self.tan_mechanism = .dialog.tan_mechanism if .dialog && .dialog.tan_mechanism set_credentials end |