public interface P11ModuleFactory
P11Module.| Modifier and Type | Method and Description |
|---|---|
boolean |
canCreateModule(String type)
Indicates whether a PKCS#11 module of the given
type can be created or not. |
P11Module |
newModule(P11ModuleConf conf)
Creates a new signer.
|
boolean canCreateModule(String type)
type can be created or not.type - Type of the signer. Must no be null.P11Module newModule(P11ModuleConf conf) throws P11TokenException
conf - Configuration of the PKCS#11 module. Must not be null.P11TokenException - if PKCS#11 module could not be created.Copyright © 2020. All rights reserved.