Skip to content
Snippets Groups Projects
Commit 12d8e822 authored by Stephen Hurd's avatar Stephen Hurd
Browse files

Add massive documentation for CryptCert

parent e089564a
No related branches found
No related tags found
No related merge requests found
......@@ -341,6 +341,10 @@ if(js.global.CryptKeyset != undefined) {
var cks = new CryptKeyset(system.temp_dir + "tmpkeyset", CryptKeyset.KEYOPT.CREATE);
if(cks != undefined) document_object("CryptKeyset",cks, "class");
}
if(js.global.CryptCert != undefined) {
var ccert = new CryptCert(CryptCert.TYPE.CERTIFICATE);
if(ccert != undefined) document_object("CryptCert",ccert, "class");
}
if(js.global.conio != undefined) {
document_object("conio",js.global.conio);
}
......
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