HomeSort by relevance Sort by last modified time
    Searched refs:BAD_RECORD_MAC (Results 1 - 3 of 3) sorted by null

  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
AlertProtocol.java 47 * Defines the description code of the bad_record_mac alert
49 protected static final byte BAD_RECORD_MAC = 20;
214 case BAD_RECORD_MAC:
215 return "bad_record_mac";
ConnectionStateSSLv3.java 341 throw new AlertException(AlertProtocol.BAD_RECORD_MAC,
ConnectionStateTLS.java 342 throw new AlertException(AlertProtocol.BAD_RECORD_MAC,

Completed in 54 milliseconds