Searched refs:CertificateVerify (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DHandshakeMessage.java114 * Also used by CertificateVerify and Finished during the handshake.
1521 * CertificateVerify ... CLIENT --> SERVER
1526 static final class CertificateVerify extends HandshakeMessage { class in class:HandshakeMessage
1534 // the preferable signature algorithm used by this CertificateVerify message
1540 CertificateVerify(ProtocolVersion protocolVersion, method in class:HandshakeMessage.CertificateVerify
1565 CertificateVerify(HandshakeInStream input, method in class:HandshakeMessage.CertificateVerify
1802 s.println("*** CertificateVerify");
1983 CertificateVerify.updateDigest(md, pad1, pad2, masterSecret);
H A DClientHandshaker.java647 * computed for the Finished and CertificateVerify messages
655 * key to sign the CertificateVerify message.
948 * CertificateVerify (unless the key in the client's certificate
957 CertificateVerify m3;
982 m3 = new CertificateVerify(protocolVersion, handshakeHash,
H A DServerHandshaker.java238 this.clientCertificateVerify(new CertificateVerify(input,
1389 private void clientCertificateVerify(CertificateVerify mesg)
1401 "Illegal CertificateVerify message");
1624 // Smart (aka stupid) to forecast that no CertificateVerify

Completed in 41 milliseconds