Skip to content

Commit

Permalink
Updated to ph-commons 11.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
phax committed Oct 31, 2024
1 parent cfcd351 commit bbeebe0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@
public final class BCCryptoHelperTest
{
private static final String PATH = "src/test/resources/external/mendelson/key3.pfx";
private static final KeyStore KS = KeyStoreHelper.loadKeyStore (EKeyStoreType.PKCS12, PATH, "test").getKeyStore ();
private static final KeyStore KS = KeyStoreHelper.loadKeyStore (EKeyStoreType.PKCS12, PATH, "test".toCharArray ())
.getKeyStore ();
private static final PrivateKeyEntry PKE = KeyStoreHelper.loadPrivateKey (KS, PATH, "key3", "test".toCharArray ())
.getKeyEntry ();
private static final Logger LOGGER = LoggerFactory.getLogger (BCCryptoHelperTest.class);
Expand Down

0 comments on commit bbeebe0

Please sign in to comment.