Class: FinTS::Segment::HNSHA

Inherits:
BaseSegment show all
Defined in:
lib/fints/segment/hnsha.rb

Overview

HNSHA (Signaturabschluss) Section B.5.2

Constant Summary collapse

SECURITY_FUNC =
999
SECURITY_BOUNDARY =

SHM

1
SECURITY_SUPPLIER_ROLE =

ISS

1
PINTAN_VERSION =

1-step

1

Instance Attribute Summary

Attributes inherited from BaseSegment

#segmentno

Instance Method Summary collapse

Methods inherited from BaseSegment

#to_s

Constructor Details

#initialize(segno, secref, pin) ⇒ HNSHA

Returns a new instance of HNSHA.



11
12
13
14
# File 'lib/fints/segment/hnsha.rb', line 11

def initialize(segno, secref, pin)
  data = [secref, '', Helper.fints_escape(pin)]
  super(segno, data)
end