get_ssl_trust
Description:
Returns an SSL/TLS certificate trust for the this.
The value encodes three parameters, divided by a pipe '|', the first is users preference, can be one of "reject", "accept", "temporary-reject" and "temporary-accept". The second is a host name for which the trust was set. Finally the last is a SHA256 hash of the certificate. This is not meant to be changed by a caller, it is supposed to be manipulated with update_ssl_trust and verify_ssl_trust.
Parameters:
this |
an SourceWebdav |
Returns:
an SSL/TLS certificate trust for the this |