← Back to team overview

openjdk team mailing list archive

[Bug 1001318] [NEW] jarsigner can't use BouncyCastleProvider

 

Public bug reported:

$ jarsigner -keystore ~/secrets/store.bks -verbose -storetype BKS -signedjar myjar.jar -storepass $(cat ~/secrets/password) -providerClass org.bouncycastle.jce.provider.BouncyCastleProvider myjar-unsigned.jar myjar
jarsigner error: java.lang.ClassNotFoundException: org.bouncycastle.jce.provider.BouncyCastleProvider


The class is present in  /usr/share/java/bcprov.jar which came with libbcprov-java

** Affects: openjdk-7 (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of OpenJDK,
which is subscribed to openjdk-7 in Ubuntu.
https://bugs.launchpad.net/bugs/1001318

Title:
  jarsigner can't use BouncyCastleProvider

Status in “openjdk-7” package in Ubuntu:
  New

Bug description:
  $ jarsigner -keystore ~/secrets/store.bks -verbose -storetype BKS -signedjar myjar.jar -storepass $(cat ~/secrets/password) -providerClass org.bouncycastle.jce.provider.BouncyCastleProvider myjar-unsigned.jar myjar
  jarsigner error: java.lang.ClassNotFoundException: org.bouncycastle.jce.provider.BouncyCastleProvider

  
  The class is present in  /usr/share/java/bcprov.jar which came with libbcprov-java

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openjdk-7/+bug/1001318/+subscriptions



Follow ups

References