Artifact 20bb7056faa193505f27af7acf129fd43ae3fbb15840d5e66ae8a278b610eb6b:
- File usage.txt — part of check-in [73118f183b] at 2010-10-09 21:04:08 on branch trunk — Added tclpkcs11 (user: rkeene, size: 582) [annotate] [blame] [check-ins using]
::pki::pkcs11::loadmodule <filename> -> handle ::pki::pkcs11::listslots <handle> -> list: slot flags ::pki::pkcs11::listcerts <handle> <slot> -> list: certId cert ::pki::pkcs11::login <handle> <slot> <password> -> true/false ::pki::pkcs11::logout <handle> <slot> -> true/false ::pki::pkcs11::sign <handle> <slot> <certId> <data> -> data ::pki::pkcs11::decrypt <handle> <slot> <certId> <data> -> data ::pki::pkcs11::unloadmoule <handle> -> true/false