/*
 * JBoss, the OpenSource EJB server
 *
 * Distributable under LGPL license.
 * See terms of license at gnu.org.
 * 
 * Created on Mar 19, 2004
 */
package org.jboss.security.jce;

import org.jboss.system.ServiceMBean;
import org.w3c.dom.Element;

/**
 * @author <a href="mailto:jasone@greenrivercomputing.com">Jason Essington</a>
 * @version $Revision: 1.1 $
 */
public interface JCEProviderServiceMBean extends ServiceMBean
{
   public void setJceProviders(Element element);
   public Element getJceProviders();
}