@@ -27,11 +27,11 @@ |
||
27 | 27 | const SECURITY_SUPPLIER_ROLE_WIT = 4; |
28 | 28 | |
29 | 29 | const COMPRESSION_NONE = 0; |
30 | - const COMPRESSION_LZW = 1; |
|
31 | - const COMPRESSION_COM = 2; |
|
30 | + const COMPRESSION_LZW = 1; |
|
31 | + const COMPRESSION_COM = 2; |
|
32 | 32 | const COMPRESSION_LZSS = 3; |
33 | 33 | const COMPRESSION_LZHUFF = 4; |
34 | - const COMPRESSION_ZIP = 5; |
|
34 | + const COMPRESSION_ZIP = 5; |
|
35 | 35 | const COMPRESSION_GZIP = 6; |
36 | 36 | const COMPRESSION_BZIP2 = 7; |
37 | 37 | const COMPRESSION_NEGOTIATE = 999; |
@@ -18,7 +18,7 @@ |
||
18 | 18 | |
19 | 19 | const SYNC_MODE_NEW_CUSTOMER_ID = 0; // Neue Kundensystem-ID zurückmelden |
20 | 20 | const SYNC_MODE_LAST_MSG_NUMBER = 1; // Letzte verarbeitete Nachrichtennummer zurückmelden |
21 | - const SYNC_MODE_SIGNATURE_ID = 2; // Signatur-ID zurückmelden |
|
21 | + const SYNC_MODE_SIGNATURE_ID = 2; // Signatur-ID zurückmelden |
|
22 | 22 | |
23 | 23 | /** |
24 | 24 | * HKSYN constructor. |
@@ -65,16 +65,16 @@ |
||
65 | 65 | $segmentNumber, |
66 | 66 | static::VERSION, |
67 | 67 | array( |
68 | - new SecurityProfile(SecurityProfile::PROFILE_PIN, $pinTanVersion), #2 |
|
69 | - $securityFunction, #3 |
|
70 | - $securityReference, #4 |
|
71 | - $securityBoundary, #5 |
|
72 | - $securitySupplierRole, #6 |
|
73 | - new SecurityIdentificationDetails(SecurityIdentificationDetails::CID_NONE, $systemId), #7 |
|
74 | - 1, #8 |
|
75 | - new SecurityDateTime(), #9 |
|
76 | - new HashAlgorithm(), #10 |
|
77 | - new SignatureAlgorithm(), #11 |
|
68 | + new SecurityProfile(SecurityProfile::PROFILE_PIN, $pinTanVersion), #2 |
|
69 | + $securityFunction, #3 |
|
70 | + $securityReference, #4 |
|
71 | + $securityBoundary, #5 |
|
72 | + $securitySupplierRole, #6 |
|
73 | + new SecurityIdentificationDetails(SecurityIdentificationDetails::CID_NONE, $systemId), #7 |
|
74 | + 1, #8 |
|
75 | + new SecurityDateTime(), #9 |
|
76 | + new HashAlgorithm(), #10 |
|
77 | + new SignatureAlgorithm(), #11 |
|
78 | 78 | new KeyName($countryCode, $bankCode, $userName, KeyName::KEY_TYPE_SIGNATURE) #12 |
79 | 79 | ) |
80 | 80 | ); |