All files / src/interfaces TagUniversal.ts

100% Statements 1/1
100% Branches 0/0
100% Functions 0/0
100% Lines 1/1

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 111x                    
export const TagUniversal = {
  BOOLEAN: {code: 1, label: 'BOOLEAN'},
  INTEGER: {code: 2, label: 'INTEGER'},
  BIT_STRING: {code: 3, label: 'BIT_STRING'},
  OCTET_STRING: {code: 4, label: 'OCTET_STRING'},
  OBJECT_IDENTIFIER: {code: 6, label: 'OBJECT_IDENTIFIER'},
  SEQUENCE: {code: 16, label: 'SEQUENCE'},
  IA5STRING: {code: 22, label: 'IA5String'},
  GENERAL_STRING: {code: 27, label: 'GeneralString'},
};