vdkoogh     2003/11/20 00:42:46

  Modified:    src/org/apache/xml/security/keys/keyresolver/implementations
                        EncryptedKeyResolver.java
  Log:
  Organised imports
  
  
  CVS: ----------------------------------------------------------------------
  CVS: PR:
  CVS:   If this change addresses a PR in the problem report tracking
  CVS:   database, then enter the PR number(s) here.
  CVS: Obtained from:
  CVS:   If this change has been taken from another system, such as NCSA,
  CVS:   then name the system in this line, otherwise delete it.
  CVS: Submitted by:
  CVS:   If this code has been contributed to Apache by someone else; i.e.,
  CVS:   they sent us a patch or a new module, then include their name/email
  CVS:   address here. If this is your work then delete this line.
  CVS: Reviewed by:
  CVS:   If we are doing pre-commit code reviews and someone else has
  CVS:   reviewed your changes, include their name(s) here.
  CVS:   If you have not had it reviewed then delete this line.
  
  Revision  Changes    Path
  1.2       +2 -5      
xml-security/src/org/apache/xml/security/keys/keyresolver/implementations/EncryptedKeyResolver.java
  
  Index: EncryptedKeyResolver.java
  ===================================================================
  RCS file: 
/home/cvs/xml-security/src/org/apache/xml/security/keys/keyresolver/implementations/EncryptedKeyResolver.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- EncryptedKeyResolver.java 17 Nov 2003 10:35:47 -0000      1.1
  +++ EncryptedKeyResolver.java 20 Nov 2003 08:42:46 -0000      1.2
  @@ -59,19 +59,16 @@
   package org.apache.xml.security.keys.keyresolver.implementations;
   
   import java.security.Key;
  -import javax.crypto.SecretKey;
   import java.security.PublicKey;
   import java.security.cert.X509Certificate;
   
  -import javax.xml.transform.TransformerException;
  +import javax.crypto.SecretKey;
   
  -import org.apache.xml.security.encryption.XMLCipher;
   import org.apache.xml.security.encryption.EncryptedKey;
  -import org.apache.xml.security.exceptions.XMLSecurityException;
  +import org.apache.xml.security.encryption.XMLCipher;
   import org.apache.xml.security.keys.keyresolver.KeyResolverException;
   import org.apache.xml.security.keys.keyresolver.KeyResolverSpi;
   import org.apache.xml.security.keys.storage.StorageResolver;
  -import org.apache.xml.security.utils.Constants;
   import org.apache.xml.security.utils.EncryptionConstants;
   import org.apache.xml.security.utils.XMLUtils;
   import org.w3c.dom.Element;
  
  
  

Reply via email to