UNPKG
defcon-fixparser
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
FIX 5.0SP2 Parser
github.com/psydeepak93/defcon-fixparser
psydeepak93/defcon-fixparser
defcon-fixparser
/
src
/
constants
/
ConstantsEncryptMethod.ts
8 lines
(7 loc)
•
239 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
export
const
None
:
string
=
'0'
;
export
const
PKCS
:
string
=
'1'
;
export
const
DES
:
string
=
'2'
;
export
const
PKCSDES
:
string
=
'3'
;
export
const
PGPDES
:
string
=
'4'
;
export
const
PGPDESMD5
:
string
=
'5'
;
export
const
PEM
:
string
=
'6'
;