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

Add massive documentation for CryptCert

parent 876766e1
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -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.
Please register or to comment