Package org.xipki.security.pkcs11
Class NativeP11Module
- java.lang.Object
-
- org.xipki.security.pkcs11.P11Module
-
- org.xipki.security.pkcs11.NativeP11Module
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()StringgetDescription()static P11ModulegetInstance(P11ModuleConf moduleConf)-
Methods inherited from class org.xipki.security.pkcs11.P11Module
getConf, getName, getSlot, getSlotIdForId, getSlotIdForIndex, getSlotIds, isReadOnly, setSlots
-
-
-
-
Field Detail
-
TYPE
public static final String TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getInstance
public static P11Module getInstance(P11ModuleConf moduleConf) throws org.xipki.pkcs11.wrapper.TokenException
- Throws:
org.xipki.pkcs11.wrapper.TokenException
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin classP11Module
-
-