You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by gi...@apache.org on 2012/11/07 17:24:16 UTC

svn commit: r1406703 - /santuario/xml-security-java/trunk/src/main/java/org/apache/xml/security/stax/impl/processor/input/XMLEncryptedKeyInputHandler.java

Author: giger
Date: Wed Nov  7 16:24:16 2012
New Revision: 1406703

URL: http://svn.apache.org/viewvc?rev=1406703&view=rev
Log:
remove BSP stuff

Modified:
    santuario/xml-security-java/trunk/src/main/java/org/apache/xml/security/stax/impl/processor/input/XMLEncryptedKeyInputHandler.java

Modified: santuario/xml-security-java/trunk/src/main/java/org/apache/xml/security/stax/impl/processor/input/XMLEncryptedKeyInputHandler.java
URL: http://svn.apache.org/viewvc/santuario/xml-security-java/trunk/src/main/java/org/apache/xml/security/stax/impl/processor/input/XMLEncryptedKeyInputHandler.java?rev=1406703&r1=1406702&r2=1406703&view=diff
==============================================================================
--- santuario/xml-security-java/trunk/src/main/java/org/apache/xml/security/stax/impl/processor/input/XMLEncryptedKeyInputHandler.java (original)
+++ santuario/xml-security-java/trunk/src/main/java/org/apache/xml/security/stax/impl/processor/input/XMLEncryptedKeyInputHandler.java Wed Nov  7 16:24:16 2012
@@ -72,8 +72,6 @@ public class XMLEncryptedKeyInputHandler
             throw new XMLSecurityException("stax.encryption.noEncAlgo");
         }
 
-        checkBSPCompliance(inputProcessorChain, encryptedKeyType);
-
         if (encryptedKeyType.getId() == null) {
             encryptedKeyType.setId(IDGenerator.generateID(null));
         }
@@ -246,11 +244,6 @@ public class XMLEncryptedKeyInputHandler
         }
     }
 
-    protected void checkBSPCompliance(InputProcessorChain inputProcessorChain, EncryptedKeyType encryptedKeyType)
-            throws XMLSecurityException {
-        // do nothing
-    }
-
     protected void handleReferenceList(final InputProcessorChain inputProcessorChain,
                                        final EncryptedKeyType encryptedKeyType,
                                        final XMLSecurityProperties securityProperties) throws XMLSecurityException {