Skip to content

Commit 8207218

Browse files
committed
Rename system property to match nkeys.java
1 parent 6b159de commit 8207218

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/nats/nkey/NKey.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ static NKeyDecodedSeed decodeSeed(char[] seed) {
152152
}
153153

154154
private static @Nullable Provider getSecurityProvider() {
155-
String property = System.getProperty("io.nats.client.security.provider");
155+
String property = System.getProperty("io.nats.nkey.security.provider");
156156
if (property == null) {
157157
// Instantiating the BouncyCastle provider to maintain backwards compatibility
158158
return DefaultSecurityProviderFactory.getProvider();

0 commit comments

Comments
 (0)