open-eid / digidoc4j

DigiDoc for Java. Javadoc:
http://open-eid.github.io/digidoc4j
GNU Lesser General Public License v2.1
72 stars 40 forks source link

DD4J-403 - Should be possible to add TSL certificates with identical public keys #64

Closed JorgenHeinsoo closed 5 years ago

JorgenHeinsoo commented 5 years ago

Manually adding same certificate twice or certificates with identical public keys to TSL fails due to immutable ServiceInfo collection usage. In DSS the support for such a feature exists - all TSL certificates ServiceInfos are grouped by it's certificate's public key.