Uses of Interface
com.netscape.certsrv.dbs.crldb.ICRLIssuingPointRecord
-
Packages that use ICRLIssuingPointRecord Package Description com.netscape.certsrv.apps com.netscape.certsrv.dbs.crldb com.netscape.certsrv.ocsp com.netscape.cms.ocsp -
-
Uses of ICRLIssuingPointRecord in com.netscape.certsrv.apps
Methods in com.netscape.certsrv.apps that return ICRLIssuingPointRecord Modifier and Type Method Description static ICRLIssuingPointRecordCMS. createCRLIssuingPointRecord(java.lang.String id, java.math.BigInteger crlNumber, java.lang.Long crlSize, java.util.Date thisUpdate, java.util.Date nextUpdate)Creates an issuing poing record.ICRLIssuingPointRecordICMSEngine. createCRLIssuingPointRecord(java.lang.String id, java.math.BigInteger crlNumber, java.lang.Long crlSize, java.util.Date thisUpdate, java.util.Date nextUpdate)Creates an issuing poing record. -
Uses of ICRLIssuingPointRecord in com.netscape.certsrv.dbs.crldb
Methods in com.netscape.certsrv.dbs.crldb that return ICRLIssuingPointRecord Modifier and Type Method Description ICRLIssuingPointRecordICRLRepository. readCRLIssuingPointRecord(java.lang.String id)Reads issuing point record.Methods in com.netscape.certsrv.dbs.crldb with parameters of type ICRLIssuingPointRecord Modifier and Type Method Description voidICRLRepository. addCRLIssuingPointRecord(ICRLIssuingPointRecord rec)Adds CRL issuing point record. -
Uses of ICRLIssuingPointRecord in com.netscape.certsrv.ocsp
Methods in com.netscape.certsrv.ocsp that return ICRLIssuingPointRecord Modifier and Type Method Description ICRLIssuingPointRecordIDefStore. createCRLIssuingPointRecord(java.lang.String name, java.math.BigInteger crlNumber, java.lang.Long crlSize, java.util.Date thisUpdate, java.util.Date nextUpdate)This method creates a CRL issuing point record.ICRLIssuingPointRecordIDefStore. readCRLIssuingPoint(java.lang.String name)This method attempts to read the CRL issuing point.Methods in com.netscape.certsrv.ocsp that return types with arguments of type ICRLIssuingPointRecord Modifier and Type Method Description java.util.Enumeration<ICRLIssuingPointRecord>IDefStore. searchAllCRLIssuingPointRecord(int maxSize)This method searches all CRL issuing points.java.util.Enumeration<ICRLIssuingPointRecord>IDefStore. searchCRLIssuingPointRecord(java.lang.String filter, int maxSize)This method searches all CRL issuing points constrained by the specified filtering mechanism.Methods in com.netscape.certsrv.ocsp with parameters of type ICRLIssuingPointRecord Modifier and Type Method Description voidIDefStore. addCRLIssuingPoint(java.lang.String name, ICRLIssuingPointRecord rec)This method adds a CRL issuing point -
Uses of ICRLIssuingPointRecord in com.netscape.cms.ocsp
Methods in com.netscape.cms.ocsp that return ICRLIssuingPointRecord Modifier and Type Method Description ICRLIssuingPointRecordDefStore. createCRLIssuingPointRecord(java.lang.String name, java.math.BigInteger crlNumber, java.lang.Long crlSize, java.util.Date thisUpdate, java.util.Date nextUpdate)ICRLIssuingPointRecordLDAPStore. createCRLIssuingPointRecord(java.lang.String name, java.math.BigInteger crlNumber, java.lang.Long crlSize, java.util.Date thisUpdate, java.util.Date nextUpdate)ICRLIssuingPointRecordDefStore. readCRLIssuingPoint(java.lang.String name)Returns an issuing point.ICRLIssuingPointRecordLDAPStore. readCRLIssuingPoint(java.lang.String name)Methods in com.netscape.cms.ocsp that return types with arguments of type ICRLIssuingPointRecord Modifier and Type Method Description java.util.Enumeration<ICRLIssuingPointRecord>DefStore. searchAllCRLIssuingPointRecord(int maxSize)java.util.Enumeration<ICRLIssuingPointRecord>LDAPStore. searchAllCRLIssuingPointRecord(int maxSize)java.util.Enumeration<ICRLIssuingPointRecord>DefStore. searchCRLIssuingPointRecord(java.lang.String filter, int maxSize)java.util.Enumeration<ICRLIssuingPointRecord>LDAPStore. searchCRLIssuingPointRecord(java.lang.String filter, int maxSize)Methods in com.netscape.cms.ocsp with parameters of type ICRLIssuingPointRecord Modifier and Type Method Description voidDefStore. addCRLIssuingPoint(java.lang.String name, ICRLIssuingPointRecord rec)Creates a new issuing point in OCSP.voidLDAPStore. addCRLIssuingPoint(java.lang.String name, ICRLIssuingPointRecord rec)
-