Uses of Class
netscape.security.x509.X509CRLImpl
-
Packages that use X509CRLImpl Package Description com.netscape.certsrv.ca com.netscape.certsrv.publish com.netscape.cms.ocsp com.netscape.cms.servlet.ocsp netscape.security.util -
-
Uses of X509CRLImpl in com.netscape.certsrv.ca
Methods in com.netscape.certsrv.ca that return X509CRLImpl Modifier and Type Method Description X509CRLImplICertificateAuthority. sign(X509CRLImpl crl, java.lang.String algname)Signs the given CRL with the specific algorithm.Methods in com.netscape.certsrv.ca with parameters of type X509CRLImpl Modifier and Type Method Description booleanICRLIssuingPoint. isThisCurrentDeltaCRL(X509CRLImpl deltaCRL)Returns true if supplied delta-CRL is matching current delta-CRL.X509CRLImplICertificateAuthority. sign(X509CRLImpl crl, java.lang.String algname)Signs the given CRL with the specific algorithm. -
Uses of X509CRLImpl in com.netscape.certsrv.publish
Methods in com.netscape.certsrv.publish with parameters of type X509CRLImpl Modifier and Type Method Description LdapCertMapResultILdapCrlMapper. map(netscape.ldap.LDAPConnection conn, X509CRLImpl crl, boolean checkForCrl)maps a crl to a LDAP entry.voidICRLPublisher. publish(java.lang.String issuingPointId, X509CRLImpl crl)Publishes CRL.voidIPublisherProcessor. publishCRL(X509CRLImpl crl, java.lang.String crlIssuingPointId)publishes a crl by mapping the issuer name in the crl to an entry and publishing it there. -
Uses of X509CRLImpl in com.netscape.cms.ocsp
Methods in com.netscape.cms.ocsp that return X509CRLImpl Modifier and Type Method Description X509CRLImplLDAPStore. locateCRL(netscape.ldap.LDAPConnection conn, java.lang.String baseDN)Locates the CRL.Methods in com.netscape.cms.ocsp with parameters of type X509CRLImpl Modifier and Type Method Description voidLDAPStore. updateCRLHash(X509CertImpl caCert, X509CRLImpl crl) -
Uses of X509CRLImpl in com.netscape.cms.servlet.ocsp
Methods in com.netscape.cms.servlet.ocsp that return X509CRLImpl Modifier and Type Method Description X509CRLImplAddCRLServlet. mapCRL1(java.lang.String mime64) -
Uses of X509CRLImpl in netscape.security.util
Constructors in netscape.security.util with parameters of type X509CRLImpl Constructor Description CrlPrettyPrint(X509CRLImpl crl)
-