Class BlackListExplorer

Object
   |
   +--BlackListExplorer

class BlackListExplorer


Class providing a simple explorer for CMS objects according to RFC 3852 containing blacklist according to TR-03129, Version 1.0.
Defined in blacklistexplorer.js


Field Summary
<static>  Object DUMPSTR
          
<static>  Object FILESTR
          
<static>  Object REMOVESTR
          
 
Constructor Summary
BlackListExplorer()
            Creates a simple BlackListExplorer object
 
Method Summary
 void actionListener(<OutlineNode> source, <String> action)
           Action listener called when a entry in the context menu is selected
 void run()
           Creates the top level node and displays the outline
 void selectFile()
           Selects a file with a file dialog, creates the associated node in the outline and dumps the CMS and blacklist contents.
<static> void dumpCMS(<CMS> cms)
           Dump an ASN.1 encoded CMS object
<static> ByteString loadBinaryFile(<String> filename)
           Loads a binary file from disk

Field Detail

DUMPSTR

<static> Object DUMPSTR

FILESTR

<static> Object FILESTR

REMOVESTR

<static> Object REMOVESTR

Constructor Detail

BlackListExplorer

BlackListExplorer()

Method Detail

actionListener

void actionListener(<OutlineNode> source, <String> action)

run

void run()

selectFile

void selectFile()

dumpCMS

<static> void dumpCMS(<CMS> cms)

loadBinaryFile

<static> ByteString loadBinaryFile(<String> filename)


Documentation generated by JSDoc on Tue Sep 3 22:29:38 2013