Uses of Class
org.xipki.pkcs11.wrapper.PKCS11Module
-
Packages that use PKCS11Module Package Description org.xipki.pkcs11.wrapper org.xipki.pkcs11.wrapper.params -
-
Uses of PKCS11Module in org.xipki.pkcs11.wrapper
Methods in org.xipki.pkcs11.wrapper that return PKCS11Module Modifier and Type Method Description static PKCS11ModulePKCS11Module. getInstance(String pkcs11ModulePath)Get an instance of this class by giving the name of the PKCS#11 module; e.g.PKCS11ModulePKCS11Token. getModule()PKCS11ModuleSession. getModule()Get the Module which this Session object operates with.PKCS11ModuleSlot. getModule()Get the module that created this Slot object.Methods in org.xipki.pkcs11.wrapper with parameters of type PKCS11Module Modifier and Type Method Description voidMechanism. setModule(PKCS11Module module)Constructors in org.xipki.pkcs11.wrapper with parameters of type PKCS11Module Constructor Description Slot(PKCS11Module module, long slotID)The constructor that takes a reference to the module and the slot ID. -
Uses of PKCS11Module in org.xipki.pkcs11.wrapper.params
Fields in org.xipki.pkcs11.wrapper.params declared as PKCS11Module Modifier and Type Field Description protected PKCS11ModuleCkParams. moduleMethods in org.xipki.pkcs11.wrapper.params with parameters of type PKCS11Module Modifier and Type Method Description voidCkParams. setModule(PKCS11Module module)
-