Package org.xipki.security.pkcs11
Interface P11ModuleFactoryRegister
-
- All Superinterfaces:
AutoCloseable,Closeable
- All Known Implementing Classes:
P11ModuleFactoryRegisterImpl
public interface P11ModuleFactoryRegister extends Closeable
Register ofP11ModuleFactorys.- Since:
- 2.0.0
- Author:
- Lijun Liao (xipki)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description P11ModulegetP11Module(P11ModuleConf conf)
-
-
-
Method Detail
-
getP11Module
P11Module getP11Module(P11ModuleConf conf) throws org.xipki.pkcs11.wrapper.TokenException
- Throws:
org.xipki.pkcs11.wrapper.TokenException
-
-