/*
 * fixparser
 * https://gitlab.com/logotype/fixparser.git
 *
 * Copyright 2021 Victor Norgren
 * Released under the MIT license
 */
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';
