mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Matthew Swift
14.09.2012 1dfff197eadcf24823d7915e6eead2a850f679f9
opends/src/server/org/opends/server/extensions/ConnectionSecurityProvider.java
@@ -42,15 +42,6 @@
{
  /**
   * Return a buffer size of the byte channel.
   *
   * @return Integer representing the byte channel application buffer size.
   */
  int getAppBufSize();
  /**
   * Return a certificate chain array.
   *
   * @return A certificate chain array.
@@ -87,12 +78,9 @@
  /**
   * Factory method: creates a new security ByteChannel layer wrapping the
   * provided ByteChannel.
   * Returns the security provider's byte channel.
   *
   * @param channel
   *          The byte channel to be wrapped.
   * @return A byte channel wrapping the specified byte channel.
   * @return The security provider's byte channel.
   */
  ByteChannel wrapChannel(ByteChannel channel);
  ByteChannel getChannel();
}