NativeSslSession.getPeerSignedCertificateTimestamp

Returns the signed certificate timestamp (SCT) received from the peer. The returned array is not copied; the caller must either not modify the returned array or make a copy.

@see <a href="https://tools.ietf.org/html/rfc6962">RFC 6962</a>

class NativeSslSession
abstract
byte[]
getPeerSignedCertificateTimestamp
()

Meta