Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .codegen.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "engineHash": "7fa5d4a", "specHash": "131c54a", "version": "10.15.0" }
{ "engineHash": "66be199", "specHash": "131c54a", "version": "10.15.0" }
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,11 +191,11 @@ The Java SDK uses third-party libraries that are required for usage. Their licen
6. [jose4j v0.9.6](https://mvnrepository.com/artifact/org.bitbucket.b_c/jose4j/0.9.6)
Maven: `org.bitbucket.b_c:jose4j:0.9.6`
Licence: [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0)
7. [bcprov-jdk18on v1.82](https://mvnrepository.com/artifact/org.bouncycastle/bcprov-jdk18on/1.82)
Maven: `org.bouncycastle:bcprov-jdk18on:1.82`
7. [bcprov-jdk18on v1.84](https://mvnrepository.com/artifact/org.bouncycastle/bcprov-jdk18on/1.84)
Maven: `org.bouncycastle:bcprov-jdk18on:1.84`
Licence: [MIT](https://opensource.org/licenses/MIT)
8. [bcpkix-jdk18on v1.82](https://mvnrepository.com/artifact/org.bouncycastle/bcpkix-jdk18on/1.82)
Maven: `org.bouncycastle:bcpkix-jdk18on:1.82`
8. [bcpkix-jdk18on v1.84](https://mvnrepository.com/artifact/org.bouncycastle/bcpkix-jdk18on/1.84)
Maven: `org.bouncycastle:bcpkix-jdk18on:1.84`
Licence: [MIT](https://opensource.org/licenses/MIT)

The following libraries are required for running tests:
Expand All @@ -210,7 +210,7 @@ The following libraries are required for running tests:
# FIPS 140-2 Compliance

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

There are two ways of ensuring that decryption operation is FIPS-compiant.
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ jacksonDatabindVersion=2.21.4
okhttpVersion=4.12.0
okioVersion=3.5.0
jose4jVersion=0.9.6
bouncyCastleBcprovJdk18onVersion=1.82
bouncyCastleBcpkixJdk18onVersion=1.82
bouncyCastleBcprovJdk18onVersion=1.84
bouncyCastleBcpkixJdk18onVersion=1.84
junitApiVersion=5.10.0
junitEngineVersion=5.10.0
googleJavaFormatVersion=1.7
Expand Down
Loading