//okhttp/okhttp3/Handshake/peerCertificates
peerCertificates¶
[jvm]\
@get:JvmName(name = "peerCertificates")
val peerCertificates: List<Certificate>
Returns a possibly-empty list of certificates that identify the remote peer.
//okhttp/okhttp3/Handshake/peerCertificates
[jvm]\
@get:JvmName(name = "peerCertificates")
val peerCertificates: List<Certificate>
Returns a possibly-empty list of certificates that identify the remote peer.