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
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
|
DUMPSTR
<static> Object DUMPSTR
FILESTR
<static> Object FILESTR
REMOVESTR
<static> Object REMOVESTR
BlackListExplorer
BlackListExplorer()
Creates a simple BlackListExplorer object
actionListener
void actionListener(<OutlineNode> source, <String> action)
Action listener called when a entry in the context menu is selected
Parameters:
source
- the object to which the context menu is associated
action
- the action selected from the context menu
run
void run()
Creates the top level node and displays the outline
selectFile
void selectFile()
Selects a file with a file dialog, creates the associated node in the outline
and dumps the CMS and blacklist contents.
dumpCMS
<static> void dumpCMS(<CMS> cms)
Dump an ASN.1 encoded CMS object
Parameters:
cms
- the cms object to dump
loadBinaryFile
<static> ByteString loadBinaryFile(<String> filename)
Loads a binary file from disk
Parameters:
filename
- the fully qualified file name
Documentation generated by
JSDoc on Tue Sep 3 22:29:38 2013