Tagged Questions
PKCS11 is a Public Key Cryptography Standard for performing cryptographic operations using Hardware Security Modules (HSM) and smart cards
3
votes
1answer
137 views
Simplest way to cryptographically sign a file and output in CMS format with a PKCS11 provider?
I am looking for the simplest way to sign a given file and get the output in CMS format, but this must be using a PKCS11 provider as the private key for signing is on a smartcard.
I can get a signed ...
2
votes
0answers
20 views
trying to enable FIPS mode using SunPKCS11 with NSS in Java
I'm working on a project requiring FIPS 140-2 compliant cryptography, and I'm trying to use NSS with the SunPKCS11 token interface, and I've gotten it working up until turning on FIPS mode in NSS. I ...
1
vote
1answer
22 views
Java PKCS#11 configuration - 'slot' and 'slotListIndex'
What's the difference between these parameters? I've read the docs but I still doubt. Is it just the indexing rule (1..N vs 0..N-1) or anything else? I'd like to see a better explanation of these ...
1
vote
1answer
97 views
Access certificate and private from pkcs#11 token or smart-card
I am doing an application, in c# 4, that has to sign a XML. I'd no great problems, until I bumped into this: accessing a smart-card/token to get their certificates and private keys.
Nothing really out ...
1
vote
2answers
95 views
Java - PKCS11 and MSKeyStore
I'm trying to sign a string with different certs from MS-KeyStore.
But, I know there are imported keys from a token in MS-Keystore.
So, my problem is - if I go through the Keystore and try to sign ...
1
vote
2answers
135 views
Can I get public/private key pair from a key container in smartcard?
Can I get the public/private key pair from a key container inside a smartcard using PKCS #11 or CryptoAPI?
0
votes
1answer
60 views
PKCS#11 PKCS11 dll
We are trying here to implement a java standalone application that can connect to a https website and authenticate with a PKI Smartcard and we are running through all sorts of problems.
I have to ...
0
votes
0answers
35 views
NSS PKCS11 not working well as jsse provider
I'm using NSS as my Sun PKCS11 provider (for the purpose of FIPS-140 compliance) for my Java application but I'm experiencing some undesired behavior that is not working for me. Specifically, ...
0
votes
0answers
74 views
java cant import sun.security package
I'm trying to run an example to access a smart card, but i'm having problems importing this libs:
import sun.security.util.Debug;
import sun.security.util.ResourcesMgr;
import ...
0
votes
1answer
33 views
How to check certificate and key pair created by CSP or PKCS?
I have a problem with keypair and certificate generate in token using csp or pkcs, and i must to distict this then i want to know
"How to check certificate and key pair created by CSP or PKCS ??".
0
votes
1answer
72 views
How to unlock SO pin in USB Token? [closed]
Simple issue, but i don't know how to unlock USB Token that SO pin locked. I have try to read PKCS 11 but have no idea how to implemention this function or tool for executive this. Can anyone have ...
0
votes
1answer
96 views
How to get CKA_ID from public/private Key pair of USB Token?
I have a question:
I have a USB token contain certificate, public/private key pair, how can i get
#define CKA_ID
Key identifier for public/private key pair (default empty).
From PKCS 11 document ...
0
votes
0answers
56 views
How to renew a certificate with extract same public/private keypair of usb token?
I have a issue that i have a usb token with certificate, public/private key. Then I export this certificate to my C:\ disk, then I write function to delete this certificate from USB and write an ...
0
votes
1answer
491 views
How Sign a PDF File using a Ceritificate PKCS11, SmartCard-eToken and itextsharp in .NET?
Sorry, but I don't speak english, and I will do my best.
I tried to sign a PDF document with a digital certificate from PKCS # 11 type in C #. NET 4.0. As you know such a certificate requires a ...
0
votes
1answer
1k views
Using a hardware token for login
I am new to the topic of cryptography and am studying PKI and PKCS etc. I understand the basic concept of PKI and how it is used for encryption/decryption. I am confused however about how a hardware ...
-2
votes
3answers
137 views
List all smartcard slots in Java
How can I search through all available slots in the machine so I can get each keystore for each slot, in Java?