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

/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DOutputRecord.java483 private static int[] V3toV2CipherMap1 = field in class:OutputRecord
505 (V3toV2CipherMap1[byte2] == -1)) {
509 buf[count++] = (byte)V3toV2CipherMap1[byte2];

Completed in 31 milliseconds