Skip to content

Commit 7779764

Browse files
committed
Changes to support selection of appropriate alias from a keystore with multiple alias entries
1 parent 5a8a7e7 commit 7779764

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clients/src/main/java/org/apache/kafka/common/security/ssl/DefaultSslEngineFactory.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,6 @@ static class FileBasedStore implements SecurityStore {
424424
protected final Password keyPassword;
425425
private final Long fileLastModifiedMs;
426426
private final KeyStore keyStore;
427-
private final boolean pathAsBase64EncodedString;
428427

429428
FileBasedStore(String type, String path, Password password, Password keyPassword, boolean isKeyStore) {
430429
Objects.requireNonNull(type, "type must not be null");

0 commit comments

Comments
 (0)