Commit 81a65447 authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

Added Artur Hefczyc as author.

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@7793 b35dd754-fafc-0310-a699-88a17e54d16e
parent 8b139837
...@@ -14,6 +14,7 @@ package org.jivesoftware.openfire.net; ...@@ -14,6 +14,7 @@ package org.jivesoftware.openfire.net;
/** /**
* A TLSStatus enum describing the current handshaking state of this TLS connection. * A TLSStatus enum describing the current handshaking state of this TLS connection.
* *
* @author Artur Hefczyc
* @author Hao Chen * @author Hao Chen
*/ */
public enum TLSStatus { public enum TLSStatus {
......
...@@ -27,6 +27,7 @@ import java.security.NoSuchAlgorithmException; ...@@ -27,6 +27,7 @@ import java.security.NoSuchAlgorithmException;
* class is also responsible for encoding and decoding the encrypted data and place it into * class is also responsible for encoding and decoding the encrypted data and place it into
* the corresponding the {@link ByteBuffer}. * the corresponding the {@link ByteBuffer}.
* *
* @author Artur Hefczyc
* @author Hao Chen * @author Hao Chen
*/ */
public class TLSWrapper { public class TLSWrapper {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment