Home | History | Annotate | Download | only in jsse

Lines Matching defs:this

4  *  this work for additional information regarding copyright ownership.
5 * The ASF licenses this file to You under the Apache License, Version 2.0
6 * (the "License"); you may not use this file except in compliance with
24 * This class performs functionality dedicated to SSL record layer.
42 * Among with base functionality this class provides the information about
112 this.handshakeProtocol = handshakeProtocol;
113 this.handshakeProtocol.setRecordProtocol(this);
114 this.alertProtocol = alertProtocol;
115 this.alertProtocol.setRecordProtocol(this);
116 this.in = in;
117 this.appData = appData;
255 this.session = session;
271 * The calling of this method triggers pending write connection state to
317 * In addition this method can recognize SSLv2 hello message which
443 * Sets up the SSL version used in this connection.
444 * This method is calling from the handshake protocol after
450 this.version = ver;
455 * after the calling of this method.