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

  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
AlertProtocol.java 51 * Defines the description code of the decryption_failed alert
53 protected static final byte DECRYPTION_FAILED = 21;
216 case DECRYPTION_FAILED:
217 return "decryption_failed";
ConnectionStateSSLv3.java 301 AlertProtocol.DECRYPTION_FAILED,
ConnectionStateTLS.java 311 AlertProtocol.DECRYPTION_FAILED,

Completed in 91 milliseconds