Package com.netscape.certsrv.publish
Interface IXcertPublisherProcessor
-
- All Known Implementing Classes:
PublisherProcessor
public interface IXcertPublisherProcessorInterface 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 voidpublishXCertPair(byte[] pair)Publish crossCertificatePair.
-
-
-
Method Detail
-
publishXCertPair
void publishXCertPair(byte[] pair) throws ELdapExceptionPublish crossCertificatePair.- Parameters:
pair- Byte array representing cert pair.- Throws:
ELdapExceptionEldapException- publish failed due to Ldap error.
-
-