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 Type
    Method
    Description
    void
    publishXCertPair(byte[] pair)
    Publish crossCertificatePair.
  • Method Details

    • 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.