Uses of Class
org.xipki.security.pkcs11.P11ModuleConf.P11NewObjectConf
-
Packages that use P11ModuleConf.P11NewObjectConf Package Description org.xipki.security.pkcs11 -
-
Uses of P11ModuleConf.P11NewObjectConf in org.xipki.security.pkcs11
Fields in org.xipki.security.pkcs11 declared as P11ModuleConf.P11NewObjectConf Modifier and Type Field Description protected P11ModuleConf.P11NewObjectConfP11Slot. newObjectConfMethods in org.xipki.security.pkcs11 that return P11ModuleConf.P11NewObjectConf Modifier and Type Method Description P11ModuleConf.P11NewObjectConfP11ModuleConf. getP11NewObjectConf()Constructors in org.xipki.security.pkcs11 with parameters of type P11ModuleConf.P11NewObjectConf Constructor Description P11Slot(String moduleName, P11SlotId slotId, boolean readOnly, List<Long> secretKeyTypes, List<Long> keyPairTypes, P11ModuleConf.P11NewObjectConf newObjectConf)
-