Uses of Class
org.xipki.security.pkcs11.P11Module
-
Packages that use P11Module Package Description org.xipki.security.pkcs11 org.xipki.security.pkcs11.emulator -
-
Uses of P11Module in org.xipki.security.pkcs11
Subclasses of P11Module in org.xipki.security.pkcs11 Modifier and Type Class Description classNativeP11ModuleP11Modulebased on the ipkcs11wrapper or jpkcs11wrapper.Methods in org.xipki.security.pkcs11 that return P11Module Modifier and Type Method Description static P11ModuleNativeP11Module. getInstance(P11ModuleConf moduleConf)P11ModuleP11CryptService. getModule()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 P11Module Constructor Description P11CryptService(P11Module module) -
Uses of P11Module in org.xipki.security.pkcs11.emulator
Methods in org.xipki.security.pkcs11.emulator that return P11Module Modifier and Type Method Description P11ModuleEmulatorP11ModuleFactory. newModule(P11ModuleConf conf)
-