Uses of Class
com.netscape.certsrv.dbs.ModificationSet
-
Packages that use ModificationSet Package Description com.netscape.certsrv.dbs com.netscape.certsrv.dbs.keydb com.netscape.cms.ocsp com.netscape.cmscore.dbs -
-
Uses of ModificationSet in com.netscape.certsrv.dbs
Methods in com.netscape.certsrv.dbs with parameters of type ModificationSet Modifier and Type Method Description voidIDBSSession. modify(java.lang.String name, ModificationSet mods)Modify an object in the database. -
Uses of ModificationSet in com.netscape.certsrv.dbs.keydb
Methods in com.netscape.certsrv.dbs.keydb with parameters of type ModificationSet Modifier and Type Method Description voidIKeyRepository. modifyKeyRecord(java.math.BigInteger serialNo, ModificationSet mods)Modifies key record in this repository. -
Uses of ModificationSet in com.netscape.cms.ocsp
Methods in com.netscape.cms.ocsp with parameters of type ModificationSet Modifier and Type Method Description voidDefStore. modifyCertRecord(java.lang.String name, java.lang.String thisUpdate, java.lang.String sno, ModificationSet mods)voidDefStore. modifyCRLIssuingPointRecord(java.lang.String name, ModificationSet mods) -
Uses of ModificationSet in com.netscape.cmscore.dbs
Methods in com.netscape.cmscore.dbs with parameters of type ModificationSet Modifier and Type Method Description voidDBSSession. modify(java.lang.String name, ModificationSet mods)Modify an object in the database.voidCertificateRepository. modifyCertificateRecord(java.math.BigInteger serialNo, ModificationSet mods)Modifies certificate record.voidKeyRepository. modifyKeyRecord(java.math.BigInteger serialNo, ModificationSet mods)Modifies key record.
-