Hi I have detect a problem with the way that handles X509Data KeyInfo subelement in the java library.
Right now there is no way of resolving a X509Data with a X509Certiificate inside. I have patch the library so the X509CertificateResolver can handle also X509Data with certificate. But now there is also a solver of X509Data with X509SubjectName this resolver looks for a certificate with the same name in a certificate resolver. The question for comments: will it be better to modify this resolver to also take into account the certificates inside the X509Data, and check if there is any with the same name? or do we stay like the fix that I have code: if there is any X509Certificate in the X509Data return it? I'm looking for your comments. Regards, Raul -- http://r-bg.com