Package com.netscape.certsrv.publish
Interface IXcertPublisherProcessor
- All Known Implementing Classes:
PublisherProcessor
public interface IXcertPublisherProcessor
Interface for a publisher that has the capability of publishing
cross certs
- Version:
- $Revision$, $Date$
-
Method Summary
Modifier and TypeMethodDescriptionvoid
publishXCertPair
(byte[] pair) Publish crossCertificatePair.
-
Method Details
-
publishXCertPair
Publish crossCertificatePair.- Parameters:
pair
- Byte array representing cert pair.- Throws:
ELdapException
EldapException
- publish failed due to Ldap error.
-