Skip to content

Commit 1767555

Browse files
committed
update readme with bumped version
1 parent 09da407 commit 1767555

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@ If you are developing application for Android visit our [Android guide](doc/andr
6666
Maven: `com.eclipsesource.minimal-json:minimal-json:0.9.5`
6767
2. [jose4j v0.9.4](https://bitbucket.org/b_c/jose4j/wiki/Home)
6868
Maven: `org.bitbucket.b_c:jose4j:0.9.4`
69-
3. [bouncycastle bcprov-jdk18on v1.78.1](https://mvnrepository.com/artifact/org.bouncycastle/bcprov-jdk18on/1.78.1)
70-
Maven: `org.bouncycastle:bcprov-jdk18on:1.78.1`
71-
4. [bouncycastle bcpkix-jdk18on v1.78.1](https://mvnrepository.com/artifact/org.bouncycastle/bcpkix-jdk18on/1.78.1)
72-
Maven: `org.bouncycastle:bcpkix-jdk18on:1.78.1`
69+
3. [bouncycastle bcprov-jdk18on v1.82](https://mvnrepository.com/artifact/org.bouncycastle/bcprov-jdk18on/1.82)
70+
Maven: `org.bouncycastle:bcprov-jdk18on:1.82`
71+
4. [bouncycastle bcpkix-jdk18on v1.82](https://mvnrepository.com/artifact/org.bouncycastle/bcpkix-jdk18on/1.82)
72+
Maven: `org.bouncycastle:bcpkix-jdk18on:1.82`
7373
5. [Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files 7](http://www.oracle.com/technetwork/java/javase/downloads/jce-7-download-432124.html)
7474
If you don't install this, you'll get an exception about key length or exception about parsing PKCS private key for Box Developer Edition. This is not a Box thing, this is a U.S. Government requirement concerning strong encryption.
7575
The listed jar is for Oracle JRE. There might be other similar JARs for different JRE versions like the one below for IBM JDK
@@ -278,7 +278,7 @@ Javadocs are generated when `gradle javadoc` is run and can be found in
278278
## FIPS 140-2 Compliance
279279

280280
To generate a Json Web Signature used for retrieving tokens in the JWT authentication method, the Box Java SDK decrypts an encrypted private key.
281-
For this purpose, Box Java SDK uses libraries (`org.bouncycastle:bcpkix-jdk18on:1.77` and `org.bouncycastle:bcprov-jdk18on:1.77`)
281+
For this purpose, Box Java SDK uses libraries (`org.bouncycastle:bcpkix-jdk18on:1.82` and `org.bouncycastle:bcprov-jdk18on:1.82`)
282282
that are NOT compatible with FIPS 140-2 validated cryptographic library (`org.bouncycastle:bc-fips`).
283283

284284
There are two ways of ensuring that decryption operation is FIPS-compiant.

0 commit comments

Comments
 (0)