I have a certificate encoded in Base64 ----- BEGIN CERTIFICATE ----- MIIGezCCBWOgAwIBA ...., how to get the root and intermediate certificates that appear in the certification path from it!
|
feedback
|
|
I had the same problem before. You see, the certificate have an Issuer field, which has the issuer's subject.
I didn't test the code, but you got the idea. EDIT: There are some classes in java that are specially made for validating a chain. one of them is the EDIT 2: I am using something that was inspired by this. good luck | ||||
|
feedback
|