Uses of Class
org.mozilla.jss.pkcs11.PK11Module
Packages that use PK11Module
-
Uses of PK11Module in org.mozilla.jss
Fields in org.mozilla.jss with type parameters of type PK11ModuleModifier and TypeFieldDescriptionprivate Vector<PK11Module>CryptoManager.moduleVectorThe list of modules.Methods in org.mozilla.jss that return types with arguments of type PK11ModuleModifier and TypeMethodDescriptionCryptoManager.getModules()Retrieves all installed cryptographic modules.Method parameters in org.mozilla.jss with type arguments of type PK11ModuleModifier and TypeMethodDescriptionprivate voidCryptoManager.putModulesInVector(Vector<PK11Module> vector) Native code to traverse all PKCS #11 modules, wrap each one in a PK11Module, and insert each PK11Module into the given vector.