Class Index | File Index

Classes


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.

Class Summary
Constructor Attributes Constructor Name and Description
 
Creates a simple BlackListExplorer object
Method Summary
Method Attributes Method Name and Description
 
actionListener(source, action)
Action listener called when a entry in the context menu is selected
<static>  
BlackListExplorer.dumpCMS(cms)
Dump an ASN.1 encoded CMS object
<static>  
BlackListExplorer.loadBinaryFile(filename)
Loads a binary file from disk
 
run()
Creates the top level node and displays the outline
 
Selects a file with a file dialog, creates the associated node in the outline and dumps the CMS and blacklist contents.
Class Detail
BlackListExplorer()
Creates a simple BlackListExplorer object
Method Detail
actionListener(source, action)
Action listener called when a entry in the context menu is selected
Parameters:
{OutlineNode} source
the object to which the context menu is associated
{String} action
the action selected from the context menu

<static> BlackListExplorer.dumpCMS(cms)
Dump an ASN.1 encoded CMS object
Parameters:
{CMS} cms
the cms object to dump

<static> {ByteString} BlackListExplorer.loadBinaryFile(filename)
Loads a binary file from disk
Parameters:
{String} filename
the fully qualified file name
Returns:
the binary content

run()
Creates the top level node and displays the outline

selectFile()
Selects a file with a file dialog, creates the associated node in the outline and dumps the CMS and blacklist contents.

Documentation generated by JsDoc Toolkit 2.4.0 on Mon Jun 30 2014 21:39:45 GMT+0200 (CEST)