The results seem pretty consistent to me: Op 11/01/2013 13:15, Marot Laurent schreef: > idslot = 0 > Exception in thread "main" java.security.ProviderException: Initialization > failed
There's nothing in slot 0 or there is no such thing as slot 0. Same goes for all other slot numbers except 1 and 2. > idslot = 1 > Exception in thread "main" java.util.NoSuchElementException You logged in correctly into the key store, but there's nothing stored in it (no elements found when asking for aliases). > idslot = 2 > Exception in thread "main" java.io.IOException: load failed > Caused by: javax.security.auth.login.LoginException You didn't log in correctly (the password was incorrect). ------------------------------------------------------------------------------ Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and much more. Get web development skills now with LearnDevNow - 350+ hours of step-by-step video tutorials by Microsoft MVPs and experts. SALE $99.99 this month only -- learn more at: http://p.sf.net/sfu/learnmore_122812 _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions iText(R) is a registered trademark of 1T3XT BVBA. Many questions posted to this list can (and will) be answered with a reference to the iText book: http://www.itextpdf.com/book/ Please check the keywords list before you ask for examples: http://itextpdf.com/themes/keywords.php
