public interface P11CryptServiceFactory
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_P11MODULE_NAME |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getModuleNames() |
P11CryptService |
getP11CryptService(String moduleName)
Gets the
P11CryptService of the given module moduleName. |
void |
shutdown() |
static final String DEFAULT_P11MODULE_NAME
P11CryptService getP11CryptService(String moduleName) throws P11TokenException, org.xipki.security.exception.XiSecurityException
P11CryptService of the given module moduleName.moduleName - Module name. Must not be null.P11CryptService of the given module.P11TokenException - if PKCS#11 token error occurs.org.xipki.security.exception.XiSecurityException - if security error occurs.void shutdown()
Copyright © 2018. All rights reserved.