Hello
Simply want to read the email of a certificate (X.509) attached to a digital signature of pdf files.
I am using BouncyCastleProvider as scurtiy provider, and profit to obtain certificates, but I cannot obtain the email.
IssueDN:
C=ES,O=FNMT,OU=FNMT Clase 2 CA
SubjectDN returns:
C=ES, o=fnmt, ou=fnmt Class 2 CA, ou=508479905, cn=FRANCESCOLLI ENZO FERRERO - NIF 788211366X
don't have email in subject or issue.
If open pdf with acrobat, and see singnature and certificates properties, can see email, it exist and have rigth value.
Any idea?
Thanks.