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

  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
AlertProtocol.java 103 * Defines the description code of the decrypt_error alert
105 protected static final byte DECRYPT_ERROR = 51;
242 case DECRYPT_ERROR:
243 return "decrypt_error";
ServerHandshakeImpl.java 188 fatalAlert(AlertProtocol.DECRYPT_ERROR,

Completed in 290 milliseconds