Examples of prepareSmartCardAndData()


Examples of org.commonlib.crypto.PadesSignatureEngine.prepareSmartCardAndData()

    File libSmartcard = new File("/opt/smartcard-aruba/libbit4xpki.dylib");
    PadesSignatureEngine engine = new PadesSignatureEngine(libSmartcard);

    // inserisci QUI il PIN della smartcard
    engine.prepareSmartCardAndData("".toCharArray());

//      CardReaders readers = new CardReaders();
//      for(CardTerminal terminal : readers.getReaders())
//      {
//        System.out.println(terminal.getName());
View Full Code Here

Examples of org.commonlib.crypto.PadesSignatureEngine.prepareSmartCardAndData()

    File libSmartcard = new File("/opt/smartcard-aruba/libbit4xpki.dylib");
    PadesSignatureEngine engine = new PadesSignatureEngine(libSmartcard);

    // inserisci QUI il PIN della smartcard
    engine.prepareSmartCardAndData("07751650".toCharArray());

    // applica la prima firma
    PadesSignatureEngine.PdfSignatureAppearanceInfo info1 = new PadesSignatureEngine.PdfSignatureAppearanceInfo();
//    info1.infoName = "Firma 1";
//    info1.location = "Luogo della prima firma.";
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.