Welcome to the new Box Support website. Check out all the details here on what’s changed.

Exception while testing BoxDeveloperEditionAPIConnection

New post

Comments

1 comment

  • jcleblanc

    Hi  ,

     

    When I last saw this issue in one of my Java samples, the following dependencies in my build.gradle file resolved the problem:

     

    compile 'org.bouncycastle:bcprov-jdk15on:1.52'
    compile 'org.bouncycastle:bcpkix-jdk15on:1.52'

    The version is out of date, but those should help resolve the error.

     

    - Jon

    0
    Comment actions Permalink

Post is closed for comments.