@FunctionalInterface public interface ChainAndAuthTypeWithSocketValidator
| Modifier and Type | Method and Description |
|---|---|
default ChainAndAuthTypeWithSocketValidator |
and(ChainAndAuthTypeWithSocketValidator other) |
default ChainAndAuthTypeWithSocketValidator |
or(ChainAndAuthTypeWithSocketValidator other) |
boolean |
test(X509Certificate[] certificateChain,
String authType,
Socket socket) |
boolean test(X509Certificate[] certificateChain, String authType, Socket socket)
default ChainAndAuthTypeWithSocketValidator and(ChainAndAuthTypeWithSocketValidator other)
default ChainAndAuthTypeWithSocketValidator or(ChainAndAuthTypeWithSocketValidator other)
Copyright © 2022. All rights reserved.