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

/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DCipherSuite.java41 import static sun.security.ssl.CipherSuite.PRF.*;
111 final PRF prfAlg;
131 boolean allowed, int obsoleted, int supported, PRF prfAlg) {
263 * TLS 1.2+ that doesn't use the "default" PRF.
267 boolean allowed, int obsoleted, int supported, PRF prf) {
285 * suite can be used, and the PRF is P_SHA256. That is, the
294 // protocol have a valid PRF value.
295 PRF prf = P_SHA256;
601 * TLS 1.1- uses a single MD5/SHA1-based PRF algorithm for generating
605 * new Ciphersuites (e.g. RFC 5288) can define specific PRF has
608 static enum PRF { enum in class:CipherSuite
621 PRF(String prfHashAlg, int prfHashLength, int prfBlockSize) { method in class:CipherSuite.PRF
[all...]

Completed in 30 milliseconds