trustModel property

String? trustModel
getter/setter pair

Trust Model of the SSL connection Possible string values are:

  • "PUBLIC" : Public Trust Model. Takes the Default Java trust store.
  • "PRIVATE" : Private Trust Model. Takes custom/private trust store.
  • "INSECURE" : Insecure Trust Model. Accept all certificates.

Implementation

core.String? trustModel;