Interface ChainAndAuthTypeValidator
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Deprecated.
- Author:
- Hakan Altindag
-
Method Summary
Modifier and TypeMethodDescriptiondefault ChainAndAuthTypeValidatorand(ChainAndAuthTypeValidator other) Deprecated.default ChainAndAuthTypeValidatoror(ChainAndAuthTypeValidator other) Deprecated.booleantest(X509Certificate[] certificateChain, String authType) Deprecated.
-
Method Details
-
test
Deprecated. -
and
Deprecated. -
or
Deprecated.
-