public interface P11CryptServiceFactory extends Closeable
| 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. |
static final String DEFAULT_P11MODULE_NAME
P11CryptService getP11CryptService(String moduleName) throws P11TokenException, 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.XiSecurityException - if security error occurs.Copyright © 2018. All rights reserved.