Searched refs:peerSignedCertificateTimestamp (Results 1 – 1 of 1) sorted by relevance
220 private final byte[] peerSignedCertificateTimestamp; field in SslSessionWrapper.Impl224 byte[] peerOcspStapledResponse, byte[] peerSignedCertificateTimestamp) { in Impl() argument230 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()