Home
last modified time | relevance | path

Searched refs:peerSignedCertificateTimestamp (Results 1 – 1 of 1) sorted by relevance

/external/conscrypt/common/src/main/java/org/conscrypt/
DSslSessionWrapper.java220 private final byte[] peerSignedCertificateTimestamp; field in SslSessionWrapper.Impl
224 byte[] peerOcspStapledResponse, byte[] peerSignedCertificateTimestamp) { in Impl() argument
230 this.peerSignedCertificateTimestamp = peerSignedCertificateTimestamp; in Impl()
290 return peerSignedCertificateTimestamp; in getPeerSignedCertificateTimestamp()
323 if (peerSignedCertificateTimestamp != null) { in toBytes()
324 daos.writeInt(peerSignedCertificateTimestamp.length); in toBytes()
325 daos.write(peerSignedCertificateTimestamp); in toBytes()