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