Skip to content

Commit

Permalink
wip2
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszsocha2 committed Jan 12, 2024
1 parent 7830112 commit e665a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/box/sdk/JWTEncryptionPreferences.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public class JWTEncryptionPreferences {
private EncryptionAlgorithm encryptionAlgorithm;
private IPrivateKeyDecryptor privateKeyDecryptor = new BCPrivateKeyDecryptor();

static {
public JWTEncryptionPreferences() {
Security.addProvider(new BouncyCastleProvider());
}

Expand Down

0 comments on commit e665a08

Please sign in to comment.