We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b159de commit 8207218Copy full SHA for 8207218
src/main/java/io/nats/nkey/NKey.java
@@ -152,7 +152,7 @@ static NKeyDecodedSeed decodeSeed(char[] seed) {
152
}
153
154
private static @Nullable Provider getSecurityProvider() {
155
- String property = System.getProperty("io.nats.client.security.provider");
+ String property = System.getProperty("io.nats.nkey.security.provider");
156
if (property == null) {
157
// Instantiating the BouncyCastle provider to maintain backwards compatibility
158
return DefaultSecurityProviderFactory.getProvider();
0 commit comments