Class CVCExplorer

Object
   |
   +--CVCExplorer

class CVCExplorer


Class providing for a simple explorer for CV-Certificates according to EAC specification.
Defined in cvcexplorer.js


Field Summary
<static>  Object DUMPSTR
          
<static>  Object FILESTR
          
<static>  Object REMOVESTR
          
 
Constructor Summary
CVCExplorer()
            Creates a simple CVCExplorer 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 certificate contents.
<static> void dumpCertificate(<CVC> cvc)
           Dump certificate content
<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

CVCExplorer

CVCExplorer()

Method Detail

actionListener

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

run

void run()

selectFile

void selectFile()

dumpCertificate

<static> void dumpCertificate(<CVC> cvc)

loadBinaryFile

<static> ByteString loadBinaryFile(<String> filename)


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