CompositeTrustManager

constructor(trustManagers: List<TrustManager>, identifier: String = "composite")

Parameters

trustManagers

a list of TrustManagers that will be used for verification.

identifier

an identifier for the TrustManager.