Update of /cvsroot/beepcore-java/beepcore-java/tls/org/beepcore/beep/profile/tls/ptls
In directory sc8-pr-cvs1:/tmp/cvs-serv10075/tls/org/beepcore/beep/profile/tls/ptls
Modified Files:
TLSProfilePureTLS.java
Log Message:
imports cleanup
Index: TLSProfilePureTLS.java
===================================================================
RCS file: /cvsroot/beepcore-java/beepcore-java/tls/org/beepcore/beep/profile/tls/ptls/TLSProfilePureTLS.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** TLSProfilePureTLS.java 5 Oct 2002 15:45:56 -0000 1.6
--- TLSProfilePureTLS.java 3 Jun 2003 02:50:53 -0000 1.7
***************
*** 29,33 ****
import org.beepcore.beep.core.*;
- import org.beepcore.beep.profile.*;
import org.beepcore.beep.profile.tls.TLSProfile;
import org.beepcore.beep.transport.tcp.*;
--- 29,32 ----
***************
*** 37,42 ****
import COM.claymoresystems.cert.*;
- import java.io.FileInputStream;
- import java.io.ByteArrayInputStream;
import java.io.IOException;
--- 36,39 ----
***************
*** 459,463 ****
ht.put(SessionCredential.AUTHENTICATOR, URI);
ht.put(SessionCredential.ALGORITHM,
! policy.getCipherSuiteName(cs));
ht.put(SessionCredential.AUTHENTICATOR_TYPE, "TLS");
--- 456,460 ----
ht.put(SessionCredential.AUTHENTICATOR, URI);
ht.put(SessionCredential.ALGORITHM,
! SSLPolicyInt.getCipherSuiteName(cs));
ht.put(SessionCredential.AUTHENTICATOR_TYPE, "TLS");
***************
*** 631,635 ****
ht.put(SessionCredential.AUTHENTICATOR, URI);
ht.put(SessionCredential.ALGORITHM,
! policy.getCipherSuiteName(cs));
ht.put(SessionCredential.AUTHENTICATOR_TYPE, "TLS");
--- 628,632 ----
ht.put(SessionCredential.AUTHENTICATOR, URI);
ht.put(SessionCredential.ALGORITHM,
! SSLPolicyInt.getCipherSuiteName(cs));
ht.put(SessionCredential.AUTHENTICATOR_TYPE, "TLS");
|