Searched defs:setFinishedAlg (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DHandshakeHash.java56 * restrictCertificateVerifyAlgs(), setFinishedAlg(), and
69 * all protocolDetermined(), setCertificateVerifyAlg() and setFinishedAlg()
76 * setFinishedAlg(), and setCertificateVerifyAlg() as early as possible.
83 * hh.setFinishedAlg("SHA-256");
245 void setFinishedAlg(String s) { method in class:HandshakeHash
248 "setFinishedAlg's argument cannot be null");
303 * Calculates the hash in Finished. Must be called after setFinishedAlg().

Completed in 30 milliseconds