certificatePem property

String? certificatePem
final

The PEM-encoded leaf certificate the server presented. Set only on failure events.

Attacker-supplied data — the certificate came from the rejected peer. Sanitize before rendering or forwarding it anywhere.

Implementation

final String? certificatePem;