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