Update of /cvsroot/mixlet/mixlet/src
In directory sc8-pr-cvs1:/tmp/cvs-serv9497
Modified Files:
MixEncryptedHeaderPart.java MixPacketInfo.java
Log Message:
Adding crypto stuff.
IT HAS NOT BEEN TESTED YET
Also no changes have been made the the mixlet code to make it use this.
Index: MixEncryptedHeaderPart.java
===================================================================
RCS file: /cvsroot/mixlet/mixlet/src/MixEncryptedHeaderPart.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** MixEncryptedHeaderPart.java 18 Dec 2002 16:07:10 -0000 1.1.1.1
--- MixEncryptedHeaderPart.java 19 Dec 2002 21:48:39 -0000 1.2
***************
*** 11,16 ****
import java.security.*;
! import javax.crypto.*;
! import javax.crypto.spec.*;
import java.security.spec.*;
import java.util.*;
--- 11,16 ----
import java.security.*;
! //import javax.crypto.*;
! //import javax.crypto.spec.*;
import java.security.spec.*;
import java.util.*;
Index: MixPacketInfo.java
===================================================================
RCS file: /cvsroot/mixlet/mixlet/src/MixPacketInfo.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** MixPacketInfo.java 19 Dec 2002 14:26:10 -0000 1.2
--- MixPacketInfo.java 19 Dec 2002 21:48:39 -0000 1.3
***************
*** 11,16 ****
import java.security.*;
! import javax.crypto.*;
! import javax.crypto.spec.*;
import java.security.spec.*;
--- 11,17 ----
import java.security.*;
! //import javax.crypto.*;
! //import javax.crypto.spec.*;
! import xjava.security.*;
import java.security.spec.*;
|