UNPKG

fix-client

Version:
18 lines (16 loc) 236 B
const None = '0'; const PKCS = '1'; const DES = '2'; const PKCSDES = '3'; const PGPDES = '4'; const PGPDESMD5 = '5'; const PEM = '6'; module.exports = { None, PKCS, DES, PKCSDES, PGPDES, PGPDESMD5, PEM }