Uses of Class
org.xipki.security.pkcs11.Pkcs11conf.Module
-
Packages that use Pkcs11conf.Module Package Description org.xipki.security.pkcs11 -
-
Uses of Pkcs11conf.Module in org.xipki.security.pkcs11
Methods in org.xipki.security.pkcs11 that return types with arguments of type Pkcs11conf.Module Modifier and Type Method Description List<Pkcs11conf.Module>Pkcs11conf. getModules()Methods in org.xipki.security.pkcs11 with parameters of type Pkcs11conf.Module Modifier and Type Method Description voidPkcs11conf. addModule(Pkcs11conf.Module module)Method parameters in org.xipki.security.pkcs11 with type arguments of type Pkcs11conf.Module Modifier and Type Method Description voidPkcs11conf. setModules(List<Pkcs11conf.Module> modules)Constructors in org.xipki.security.pkcs11 with parameters of type Pkcs11conf.Module Constructor Description P11ModuleConf(Pkcs11conf.Module moduleType, List<Pkcs11conf.MechanismSet> mechanismSets, org.xipki.password.PasswordResolver passwordResolver)
-