Skip to content
Snippets Groups Projects
Commit 8116c0aa authored by deuce's avatar deuce
Browse files

Add CryptContext class documentation

parent f113e2db
No related branches found
No related tags found
No related merge requests found
......@@ -311,6 +311,10 @@ if(js.global.COM != undefined) {
com.close();
if(com != undefined) document_object("COM" ,com, "class");
}
if(js.global.CryptContext != undefined) {
cc = new CryptContext(CryptContext.ALGO.AES);
if(cc != undefined) document_object("CryptContext",cc, "class");
}
f.writeln("</ol>");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment