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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
publishXCertPair(byte[] pair)
Publish crossCertificatePair.
-
-
-
Method Detail
-
publishXCertPair
void publishXCertPair(byte[] pair) throws ELdapException
Publish crossCertificatePair.- Parameters:
pair
- Byte array representing cert pair.- Throws:
ELdapException
EldapException
- publish failed due to Ldap error.
-
-