public class P11ModuleConf extends Object
| Constructor and Description |
|---|
P11ModuleConf(org.xipki.security.pkcs11.jaxb.ModuleType moduleType,
org.xipki.security.pkcs11.jaxb.MechnanismSetsType mechanismSetsType,
org.xipki.password.PasswordResolver passwordResolver) |
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxMessageSize() |
String |
getName() |
String |
getNativeLibrary() |
P11MechanismFilter |
getP11MechanismFilter() |
P11NewObjectConf |
getP11NewObjectConf() |
P11PasswordsRetriever |
getPasswordRetriever() |
String |
getType() |
long |
getUserType() |
boolean |
isReadOnly() |
boolean |
isSlotIncluded(P11SlotIdentifier slotId) |
public P11ModuleConf(org.xipki.security.pkcs11.jaxb.ModuleType moduleType,
org.xipki.security.pkcs11.jaxb.MechnanismSetsType mechanismSetsType,
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 P11PasswordsRetriever getPasswordRetriever()
public boolean isSlotIncluded(P11SlotIdentifier slotId)
public P11MechanismFilter getP11MechanismFilter()
public P11NewObjectConf getP11NewObjectConf()
Copyright © 2018. All rights reserved.