[java-opensaml COMMIT] /trunk/opensaml-saml-api/src/main/java/org/opensaml/saml/saml2/encryption/Decrypter.java
noreply at shibboleth.net
noreply at shibboleth.net
Wed Feb 5 22:55:35 EST 2014
Author: scantor
Date: Wed Feb 5 22:55:35 2014
New Revision: 3600
URL: http://svn.shibboleth.net/view/java-opensaml?rev=3600&view=rev
Log:
Remove mistaken c'tor.
Modified:
trunk/opensaml-saml-api/src/main/java/org/opensaml/saml/saml2/encryption/Decrypter.java
Modified: trunk/opensaml-saml-api/src/main/java/org/opensaml/saml/saml2/encryption/Decrypter.java
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-saml-api/src/main/java/org/opensaml/saml/saml2/encryption/Decrypter.java?rev=3600&r1=3599&r2=3600&view=diff
==============================================================================
--- trunk/opensaml-saml-api/src/main/java/org/opensaml/saml/saml2/encryption/Decrypter.java (original)
+++ trunk/opensaml-saml-api/src/main/java/org/opensaml/saml/saml2/encryption/Decrypter.java Wed Feb 5 22:55:35 2014
@@ -20,8 +20,6 @@
import javax.annotation.Nonnull;
import javax.annotation.Nullable;
-import net.shibboleth.utilities.java.support.logic.Constraint;
-
import org.opensaml.core.xml.XMLObject;
import org.opensaml.saml.common.SAMLObject;
import org.opensaml.saml.saml2.core.Assertion;
@@ -32,7 +30,6 @@
import org.opensaml.saml.saml2.core.EncryptedID;
import org.opensaml.saml.saml2.core.NewEncryptedID;
import org.opensaml.saml.saml2.core.NewID;
-import org.opensaml.xmlsec.DecryptionConfiguration;
import org.opensaml.xmlsec.encryption.support.DecryptionException;
import org.opensaml.xmlsec.encryption.support.EncryptedKeyResolver;
import org.opensaml.xmlsec.keyinfo.KeyInfoCredentialResolver;
@@ -51,15 +48,6 @@
/** Class logger. */
private final Logger log = LoggerFactory.getLogger(Decrypter.class);
-
- /**
- * Constructor.
- *
- * @param decryptionConfig source of configuration material for decryption
- */
- public Decrypter(@Nonnull final DecryptionConfiguration decryptionConfig) {
- super(Constraint.isNotNull(decryptionConfig, "DecryptionConfiguration cannot be null"));
- }
/**
* Constructor.
More information about the commits
mailing list