Uses of Interface
org.xipki.security.pkcs11.P11ModuleFactory
-
Packages that use P11ModuleFactory Package Description org.xipki.security org.xipki.security.pkcs11 org.xipki.security.pkcs11.emulator -
-
Uses of P11ModuleFactory in org.xipki.security
Constructor parameters in org.xipki.security with type arguments of type P11ModuleFactory Constructor Description Securities(List<P11ModuleFactory> p11ModuleFactories) -
Uses of P11ModuleFactory in org.xipki.security.pkcs11
Classes in org.xipki.security.pkcs11 that implement P11ModuleFactory Modifier and Type Class Description classNativeP11ModuleFactoryP11ModuleFactoryto createP11Moduleof type "native".Methods in org.xipki.security.pkcs11 with parameters of type P11ModuleFactory Modifier and Type Method Description voidP11ModuleFactoryRegisterImpl. registFactory(P11ModuleFactory factory)voidP11ModuleFactoryRegisterImpl. unregistFactory(P11ModuleFactory factory) -
Uses of P11ModuleFactory in org.xipki.security.pkcs11.emulator
Classes in org.xipki.security.pkcs11.emulator that implement P11ModuleFactory Modifier and Type Class Description classEmulatorP11ModuleFactoryP11ModuleFactoryto createP11Moduleof type "emulator".
-