Changed attributes of tls client information.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
package connect.src;
|
||||
|
||||
public record TLSClientInformation(String name) implements ClientInformation {
|
||||
public record TLSClientInformation(String truststorePath, char[] truststorePassword) implements ClientInformation {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user