Uses of Class
org.xipki.security.pkcs11.P11ModuleConf
-
Packages that use P11ModuleConf Package Description org.xipki.security.pkcs11 org.xipki.security.pkcs11.emulator -
-
Uses of P11ModuleConf in org.xipki.security.pkcs11
Fields in org.xipki.security.pkcs11 declared as P11ModuleConf Modifier and Type Field Description protected P11ModuleConfP11Module. confMethods in org.xipki.security.pkcs11 that return P11ModuleConf Modifier and Type Method Description P11ModuleConfP11Module. getConf()Methods in org.xipki.security.pkcs11 with parameters of type P11ModuleConf Modifier and Type Method Description static P11ModuleNativeP11Module. getInstance(P11ModuleConf moduleConf)P11ModuleP11ModuleFactoryRegister. getP11Module(P11ModuleConf conf)P11ModuleP11ModuleFactoryRegisterImpl. getP11Module(P11ModuleConf conf)P11ModuleNativeP11ModuleFactory. newModule(P11ModuleConf conf)P11ModuleP11ModuleFactory. newModule(P11ModuleConf conf)Creates a new signer.Constructors in org.xipki.security.pkcs11 with parameters of type P11ModuleConf Constructor Description P11Module(P11ModuleConf conf) -
Uses of P11ModuleConf in org.xipki.security.pkcs11.emulator
Methods in org.xipki.security.pkcs11.emulator with parameters of type P11ModuleConf Modifier and Type Method Description P11ModuleEmulatorP11ModuleFactory. newModule(P11ModuleConf conf)
-