Package org.ejbca.core.protocol.ws.client.gen

Examples of org.ejbca.core.protocol.ws.client.gen.ExtendedInformationWS


        user.setTokenType(UserDataVOWS.TOKEN_TYPE_USERGENERATED);
        user.setEndEntityProfileName("WS_EEPROF_EI");
        user.setCertificateProfileName("ENDUSER");

        List<ExtendedInformationWS> ei = new ArrayList<ExtendedInformationWS> ();
    ei.add(new ExtendedInformationWS (ExtendedInformation.CUSTOMDATA+ExtendedInformation.CUSTOM_REVOCATIONREASON,
                                          Integer.toString(RevokedCertInfo.REVOCATION_REASON_CERTIFICATEHOLD)));
    ei.add(new ExtendedInformationWS (ExtendedInformation.SUBJECTDIRATTRIBUTES, "DATEOFBIRTH=19761123"));

    user.setExtendedInformation(ei);

        ejbcaraws.editUser(user);
View Full Code Here

TOP

Related Classes of org.ejbca.core.protocol.ws.client.gen.ExtendedInformationWS

Copyright © 2018 www.massapicom. 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.