It's not a secret anymore!
The moose likes Security and the fly likes primary key of digital certificates Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Engineering » Security
Reply Bookmark "primary key of digital certificates" Watch "primary key of digital certificates" New topic
Author

primary key of digital certificates

srini Raman
Ranch Hand

Joined: Oct 16, 2006
Posts: 33
Hi,
Can I consider issuerDN and serial number (both combined) of digital certificate unique for every certificate?

Is serial number of certificate different for every certificate issued by the same issuer?

Thanks,
Srini
greg stark
Ranch Hand

Joined: Aug 10, 2006
Posts: 220
The serial number is supposed to be unique as you suggest, according to RFC3280 section 4.1.2.2.


Nice to meet you.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: primary key of digital certificates
 
Similar Threads
How to test whether match a certificate (public key) with its corresponding private key?
SOAP Security?
A security question from Javacoding Mock Exam.
serial number form x509 certificate
How to uniquely identify a X509 Certificate ?