use of es.gob.jmulticard.card.iso7816four.Iso7816FourCard in project jmulticard by ctt-gob-es.
the class TestAccv method testVerifyPin.
/**
* Prueba de verificación de PIN.
* @throws Exception En cualquier error.
*/
@SuppressWarnings("static-method")
@Test
@Ignore
public void testVerifyPin() throws Exception {
// $NON-NLS-1$
final char[] pin = "11111111".toCharArray();
final Iso7816FourCard card = new SmartCafePkcs15Applet(new SmartcardIoConnection(), new JseCryptoHelper());
card.verifyPin(new CachePasswordCallback(pin));
}
Aggregations