Questions tagged [gemalto]

Gemalto is an international digital security company providing software applications, secure personal devices such as smart cards and tokens in addition to managed services.

Gemalto is an international digital security company providing software applications, secure personal devices such as smart cards and tokens in addition to managed services.

They provide development suites to design and develop successful applications and services that use Gemalto products or integrate with them.

54 questions
1
vote
2 answers

Smart Card Validation Pin Error 0x80100001

I'm using gemalto usb token and SafeNet software to digitally sign my documents in Adobe Acrobat Pro. While everything worked fine and nothing has changed, I'm getting this error after entering my (correct) pin number. The message says: 'Error…
IroMp
  • 31
  • 1
  • 9
1
vote
2 answers

EDDSA Signature with Luna HSM using Java

I am trying to implement EDDSA signature with Luna HSM(Gemalto) Signature signature = null; signature = Signature.getInstance("EDDSA", "LunaProvider"); PrivateKey privateKey =…
Mayuran
  • 669
  • 2
  • 8
  • 39
1
vote
2 answers

XADES4j : is not a valid Win32 application (pkcs11)?

I used the XADES4j project to sign electronic invoices using JavaSE-1.8 (jre1.8.0_121) 32-bit version + Windows32Bits + eclipse (32-bit Luna) + Gemalto token and it worked well. Now I'm using the Windows64 bit system, I have not changed anything: I…
Sabri Mbarek
  • 31
  • 1
  • 12
1
vote
2 answers

Erroring out creating an ECDSA Key pair with pkcs11interop

I am connecting to Gemalto HSM which supports secp256r1. I have the following code to create an ECDSA key pair using Pkcs11interop. I am getting the paramsBytes using BouncyCastle NistNamedCurves and X962Parameters. The HSM keeps comming back with…
minime
  • 79
  • 8
1
vote
1 answer

P-CSCF Discovery not being initiated in LTE Procedure in an Emulated LTE Network

I am trying to simulate an LTE network using a Agilent's E6621A and an iPhone 6 Plus in order to experiment on a VoLTE connection. According to the logging softwares I am using, the UE successfully completes its RRC Functions (including the…
Midimistro
  • 315
  • 2
  • 12
1
vote
0 answers

Can I use the Gemalto Citerion as an I2C slave?

I have got the Gemalto Citerion concept board to work with the GSM capability. Looking through their Java Doc and the I2C methods, it seems you can only set the chip as a master. Where as I am planning to use this board to abstract the GSM and…
uhsl_m
  • 322
  • 3
  • 11
1
vote
0 answers

Using Gemalto Prox-SU reader with NDEF messages in NTAG203

I have an app using ACR122U and NTAG203. I have no problem to read or write NDEF messages with ACR122U. My clients are expanding and I'd like to change all platforms to use Prox-SU. I acquired a Prox-SU to test. Almost all works well except when…
Luiz Alves
  • 2,575
  • 4
  • 34
  • 75
1
vote
0 answers

Javacard: ATR and Protocol change

I am doing reverse engineering to an smart card with a logic analyzer. I made the applet to respond just like the original SC but do not work. After a further analysis I found 3 issues: 1-ATR: need to change the ATR 2-ATR the communication protocol:…
1
vote
1 answer

C# PInvoke CryptImportKey Fails with "Invalid type specified"

I'm trying to use the CryptImportKey function to import a PFX into a Gemalto .NET IDPrime smart cart, but I'm getting a "Invalid Type Specified" (2148073482) error. I suspect that the RSACryptoServiceProvider.ExportCspBlob(true) call is returning…
RashadRivera
  • 793
  • 10
  • 17
1
vote
0 answers

ME keystore to SE keystore

I have a problem because I lost original SE keystore file. Now I only have .bin file which contains ME keystore. Does anyone know how can I convert ME keystore back to SE keystore. For SE to ME I used keytool and mekeytool. It would be even enough…
Jure
  • 799
  • 6
  • 25
1
vote
0 answers

GemaltoXpress Applet Upload Issue

I'm in the process of developing an applet to reside and run on Java Cards, and I've been evaluating different cards. I have a bunch of GemaltoXpress cards with 32kb of EEPROM, but despite doing my best, I haven't been able to upload even an empty…
iMan Biglari
  • 4,674
  • 1
  • 38
  • 83
1
vote
4 answers

Pin verification for Gemalto .net smart card using c#

I am trying to verify and change pin of gemalto .net card using c#. But when i tried to verify, using - byte cla_verify = 0; byte p2_pinReference = 0x80; CardCommandAPDU quickVerify = new CardCommandAPDU(cla_verify, 0x20, 0x00, p2_pinReference,…
codedip
  • 191
  • 3
  • 11
1
vote
3 answers

outofmemoryexception when reading from smart card

I'm using .Net framework to develop an application that interact with Gemalto smart card (adding and retrieving), I've successively done with the addition part, however when I try to read the data that I stored in the card I got an…
user1477701
  • 147
  • 1
  • 5
  • 15
1
vote
1 answer

.NET smartcard - serialize/deserialize the remote object. The input stream is not a valid format

I am using .NET smart card, it has the same concepts of .NET remoting. So my smartcard (as a server) has this service: public class MyService : MarshalByRefObject { string a = "abC"; public byte[] MySampleMethod() { MyService…
hum.
  • 25
  • 7
0
votes
0 answers

Android communicates Gemalto Smart Card via USB Host for Read CIN

For now, i am working on Gemalto Smart Card and i would like to Read CIN / CSN from it My card is Card OS 5.3 smart card There are some steps that i called following index 4 in…
shenlong
  • 21
  • 3