public class P11ModuleConf extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
P11ModuleConf.P11MechanismFilter |
static class |
P11ModuleConf.P11NewObjectConf |
static class |
P11ModuleConf.P11PasswordsRetriever |
| Constructor and Description |
|---|
P11ModuleConf(Pkcs11conf.Module moduleType,
List<Pkcs11conf.MechanismSet> mechanismSets,
org.xipki.password.PasswordResolver passwordResolver) |
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxMessageSize() |
String |
getName() |
String |
getNativeLibrary() |
P11ModuleConf.P11MechanismFilter |
getP11MechanismFilter() |
P11ModuleConf.P11NewObjectConf |
getP11NewObjectConf() |
P11ModuleConf.P11PasswordsRetriever |
getPasswordRetriever() |
String |
getType() |
long |
getUserType() |
boolean |
isReadOnly() |
boolean |
isSlotIncluded(P11SlotIdentifier slotId) |
public P11ModuleConf(Pkcs11conf.Module moduleType, List<Pkcs11conf.MechanismSet> mechanismSets, org.xipki.password.PasswordResolver passwordResolver) throws org.xipki.util.InvalidConfException
org.xipki.util.InvalidConfExceptionpublic String getName()
public String getType()
public String getNativeLibrary()
public int getMaxMessageSize()
public boolean isReadOnly()
public long getUserType()
public P11ModuleConf.P11PasswordsRetriever getPasswordRetriever()
public boolean isSlotIncluded(P11SlotIdentifier slotId)
public P11ModuleConf.P11MechanismFilter getP11MechanismFilter()
public P11ModuleConf.P11NewObjectConf getP11NewObjectConf()
Copyright © 2018. All rights reserved.