Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: a9e7e8c007d5b607dfab4932e1fbf00bc9289cfc (plain) (blame)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="UTF-8"?>
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" name="org.eclipse.equinox.p2.artifact.checksums.bouncycastle">
   <implementation class="org.bouncycastle.jce.provider.BouncyCastleProvider"/>
   <service>
   <provide interface="java.security.Provider"/>
   </service>
   <property name="providerName" type="String" value="BC"/>
</scr:component>

Back to the top