Package software.amazon.awssdk.http
Interface TlsTrustManagersProvider
-
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface TlsTrustManagersProvider
Provider for thetrust managers
to be used by the SDK when creating the SSL context. Trust managers are used when the client is checking if the remote host can be trusted.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TrustManager[]
trustManagers()
-
-
-
Method Detail
-
trustManagers
TrustManager[] trustManagers()
- Returns:
- The
TrustManager
s, ornull
.
-
-