Uses of Interface
org.dogtagpki.server.ca.ICRLIssuingPoint
-
Packages that use ICRLIssuingPoint Package Description com.netscape.cmscore.cert com.netscape.cmscore.dbs org.dogtagpki.server.ca -
-
Uses of ICRLIssuingPoint in com.netscape.cmscore.cert
Constructors in com.netscape.cmscore.cert with parameters of type ICRLIssuingPoint Constructor Description CrlCachePrettyPrint(ICRLIssuingPoint ip)
-
Uses of ICRLIssuingPoint in com.netscape.cmscore.dbs
Methods in com.netscape.cmscore.dbs with parameters of type ICRLIssuingPoint Modifier and Type Method Description void
CertificateRepository. addCRLIssuingPoint(java.lang.String id, ICRLIssuingPoint crlIssuingPoint)
register CRL Issuing Point -
Uses of ICRLIssuingPoint in org.dogtagpki.server.ca
Methods in org.dogtagpki.server.ca that return ICRLIssuingPoint Modifier and Type Method Description ICRLIssuingPoint
ICertificateAuthority. getCRLIssuingPoint(java.lang.String id)
Retrieves CRL issuing point with the given identifier.Methods in org.dogtagpki.server.ca that return types with arguments of type ICRLIssuingPoint Modifier and Type Method Description java.util.Enumeration<ICRLIssuingPoint>
ICertificateAuthority. getCRLIssuingPoints()
Retrieves all the CRL issuing points.
-