Home | History | Annotate | Download | only in jsse

Lines Matching refs:ContentType

280                     ContentType.CHANGE_CIPHER_SPEC, version[0],
285 packetize(ContentType.CHANGE_CIPHER_SPEC, version,
286 activeWriteState.encrypt(ContentType.CHANGE_CIPHER_SPEC,
306 * ContentType type;
332 if ((type < ContentType.CHANGE_CIPHER_SPEC)
333 || (type > ContentType.APPLICATION_DATA)) {
348 return ContentType.HANDSHAKE;
394 case ContentType.CHANGE_CIPHER_SPEC:
404 case ContentType.ALERT:
407 case ContentType.HANDSHAKE:
410 case ContentType.APPLICATION_DATA: