Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[higgins-dev] SelectionANDofORs change in org.eclipse.higgins.iss


The class SelectionANDofORs in plug-in org.eclipse.higgins.iss need to contains the RP's complete certificate chain, not just only one certificate, to fit with the STS APIs.

I haved changed the field:

public X509Certificate sslCert;

into

public X509Certifcate[] sslCertChain;

I also changed code in the upper-layer plug-ins to fit with this API change:
org.eclipse.higgins.icard.provider.cardspace.common
org.eclipse.higgins.iss.cardspace


Li Tie | IBM Lotus | Eclipse committer | Tel: 86-10-82452494 | Fax: 86-10-82452887

Back to the top