I'v got a numeric string( certificate serail number ), which may be much longer than an "int" or "long" type, and I want to convert the string into SECItem in order to find a particular certificate by issuer name and serial number with the interface "CERT_FindCertByIssuerAndSN". What can I do? And any other ways?
Great question to ask in n.p.m.crypto! Please ask it there.
I recently wrote some code to do this for someone else who asked a similar question. I'll post it in n.p.m.crypto when I return to the office in a couple days.
-- Nelson B
