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

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

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

revision 1.3.2.1 by gnu_andrew, Fri Jan 14 10:24:16 2005 UTC revision 1.3.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.InvalidKeyException;  import java.security.InvalidKeyException;
45  import java.security.NoSuchAlgorithmException;  import java.security.NoSuchAlgorithmException;
46  import java.security.NoSuchProviderException;  import java.security.NoSuchProviderException;
47  import java.security.Provider;  import java.security.Provider;
 import java.security.SecureRandom;  
48  import java.security.Security;  import java.security.Security;
 import java.security.spec.KeySpec;  
49  import java.security.spec.InvalidKeySpecException;  import java.security.spec.InvalidKeySpecException;
50    import java.security.spec.KeySpec;
 import gnu.java.security.Engine;  
51    
52  /**  /**
53   * A secret key factory translates {@link SecretKey} objects to and from   * A secret key factory translates {@link SecretKey} objects to and from

Legend:
Removed from v.1.3.2.1  
changed lines
  Added in v.1.3.2.2

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