/[classpath]/classpath/javax/crypto/KeyAgreement.java
ViewVC logotype

Diff of /classpath/javax/crypto/KeyAgreement.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2.2.1 by gnu_andrew, Fri Jan 14 10:24:16 2005 UTC revision 1.2.2.2 by gnu_andrew, Sat Jan 15 17:02:16 2005 UTC
# Line 38  exception statement from your version. * Line 38  exception statement from your version. *
38    
39  package javax.crypto;  package javax.crypto;
40    
41  import java.lang.reflect.InvocationTargetException;  import gnu.java.security.Engine;
42    
43    import java.lang.reflect.InvocationTargetException;
44  import java.security.InvalidAlgorithmParameterException;  import java.security.InvalidAlgorithmParameterException;
45  import java.security.InvalidKeyException;  import java.security.InvalidKeyException;
46  import java.security.Key;  import java.security.Key;
# Line 50  import java.security.SecureRandom; Line 51  import java.security.SecureRandom;
51  import java.security.Security;  import java.security.Security;
52  import java.security.spec.AlgorithmParameterSpec;  import java.security.spec.AlgorithmParameterSpec;
53    
 import gnu.java.security.Engine;  
   
54  /**  /**
55   * Key agreement is a method in which two or more parties may agree on a   * Key agreement is a method in which two or more parties may agree on a
56   * secret key for symmetric cryptography or message authentication   * secret key for symmetric cryptography or message authentication

Legend:
Removed from v.1.2.2.1  
changed lines
  Added in v.1.2.2.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26