Uses of Interface
com.netscape.certsrv.publish.IPublisherProcessor
-
Packages that use IPublisherProcessor Package Description com.netscape.certsrv.authority com.netscape.certsrv.ca com.netscape.certsrv.publish com.netscape.certsrv.ra -
-
Uses of IPublisherProcessor in com.netscape.certsrv.authority
Methods in com.netscape.certsrv.authority that return IPublisherProcessor Modifier and Type Method Description IPublisherProcessorICertAuthority. getPublisherProcessor()get authority's publishing module if any. -
Uses of IPublisherProcessor in com.netscape.certsrv.ca
Methods in com.netscape.certsrv.ca that return IPublisherProcessor Modifier and Type Method Description IPublisherProcessorICertificateAuthority. getPublisherProcessor()Retrieves the publishing processor of this certificate authority. -
Uses of IPublisherProcessor in com.netscape.certsrv.publish
Subinterfaces of IPublisherProcessor in com.netscape.certsrv.publish Modifier and Type Interface Description interfaceIXcertPublisherProcessorInterface for a publisher that has the capability of publishing cross certsMethods in com.netscape.certsrv.publish with parameters of type IPublisherProcessor Modifier and Type Method Description voidILdapRule. init(IPublisherProcessor processor, IConfigStore config)Initialize the plugin. -
Uses of IPublisherProcessor in com.netscape.certsrv.ra
Methods in com.netscape.certsrv.ra that return IPublisherProcessor Modifier and Type Method Description IPublisherProcessorIRegistrationAuthority. getPublisherProcessor()Retrieves the publishing processor of this registration authority.
-