Package org.ejbca.core.ejb.ra.raadmin

Examples of org.ejbca.core.ejb.ra.raadmin.EndEntityProfileData.upgradeProfile()


          final EndEntityProfileData pdata = iter.next();
            if (LOG.isDebugEnabled()) {
              final String name = pdata.getProfileName();
                LOG.debug("Loaded end entity profile: " + name);
            }
            pdata.upgradeProfile();
        }
        flushProfileCache();
    }

    @Override
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.