Deprecated API


Contents
Deprecated Classes
org.opensaml.xml.security.SecurityTestHelper
          Some utility methods for doing security, credential, key and crypto-related tests. 
 

Deprecated Methods
org.opensaml.xml.XMLObject.addNamespace(Namespace)
          use appropriate methods on the XMLObject's NamespaceManager. 
org.opensaml.xml.Namespace.alwaysDeclare()
          use appropriate methods on the XMLObject's NamespaceManager. 
org.opensaml.xml.security.SecurityTestHelper.buildBasicInlineKeyInfoResolver()
          Get a basic KeyInfo credential resolver which can process standard inline data - RSAKeyValue, DSAKeyValue, X509Data. 
org.opensaml.xml.security.SecurityTestHelper.buildJavaDSAPrivateKey(String)
          Build Java DSA private key from base64 encoding. 
org.opensaml.xml.security.SecurityTestHelper.buildJavaDSAPublicKey(String)
          Build Java DSA public key from base64 encoding. 
org.opensaml.xml.security.SecurityTestHelper.buildJavaPrivateKey(String)
          Build Java private key from base64 encoding. The key should have no password. 
org.opensaml.xml.security.SecurityTestHelper.buildJavaRSAPrivateKey(String)
          Build Java RSA private key from base64 encoding. 
org.opensaml.xml.security.SecurityTestHelper.buildJavaRSAPublicKey(String)
          Build Java RSA public key from base64 encoding. 
org.opensaml.xml.security.SecurityTestHelper.buildJavaX509Cert(String)
          Build Java certificate from base64 encoding. 
org.opensaml.xml.security.SecurityTestHelper.buildJavaX509CRL(String)
          Build Java CRL from base64 encoding. 
org.opensaml.xml.security.SecurityTestHelper.buildKey(KeySpec, String)
          Generates a public key from the given key spec. 
org.opensaml.xml.security.SecurityTestHelper.generateKey(String, int, String)
          Generate a random symmetric key. 
org.opensaml.xml.security.SecurityTestHelper.generateKeyAndCredential(String)
          Generate a random symmetric key and return in a BasicCredential. 
org.opensaml.xml.security.SecurityTestHelper.generateKeyFromURI(String)
          Randomly generates a Java JCE symmetric Key object from the specified XML Encryption algorithm URI. 
org.opensaml.xml.security.SecurityTestHelper.generateKeyPair(String, int, String)
          Generate a random asymmetric key pair. 
org.opensaml.xml.security.SecurityTestHelper.generateKeyPairAndCredential(String, int, boolean)
          Generate a random asymmetric key pair and return in a BasicCredential. 
org.opensaml.xml.security.SecurityTestHelper.generateKeyPairFromURI(String, int)
          Randomly generates a Java JCE KeyPair object from the specified XML Encryption algorithm URI. 
org.opensaml.xml.parse.BasicParserPool.getCreateBuildersAtPoolLimit()
            
org.opensaml.xml.Configuration.getObjectProviderConfiguration(QName)
          this method is deprecated with no replacement 
org.opensaml.xml.Configuration.getValidatorSuiteConfiguration(String)
          this method is deprecated with no replacement 
org.opensaml.xml.AbstractXMLObject.prepareForAssignment(QName, QName)
          replacement AbstractXMLObject.prepareAttributeValueForAssignment(String, QName, QName) or AbstractXMLObject.prepareElementContentForAssignment(QName, QName) as appropriate 
org.opensaml.xml.Configuration.registerObjectProvider(QName, XMLObjectBuilder, Marshaller, Unmarshaller, Element)
          this method is deprecated with no replacement 
org.opensaml.xml.Configuration.registerValidatorSuite(String, ValidatorSuite, Element)
          this method is deprecated with no replacement 
org.opensaml.xml.XMLObject.removeNamespace(Namespace)
          use appropriate methods on the XMLObject's NamespaceManager. 
org.opensaml.xml.Namespace.setAlwaysDeclare(boolean)
          use appropriate methods on the XMLObject's NamespaceManager. 
org.opensaml.xml.parse.BasicParserPool.setCreateBuildersAtPoolLimit(boolean)
            
 

Deprecated Constructors
org.opensaml.xml.AbstractElementExtensibleXMLObjectMarshaller(String, String)
          no replacement 
org.opensaml.xml.AbstractElementExtensibleXMLObjectUnmarshaller(String, String)
          no replacement 
org.opensaml.xml.AbstractExtensibleXMLObjectMarshaller(String, String)
          no replacement 
org.opensaml.xml.AbstractExtensibleXMLObjectUnmarshaller(String, String)
          no replacement 
org.opensaml.xml.io.AbstractXMLObjectMarshaller(String, String)
          no replacement 
org.opensaml.xml.io.AbstractXMLObjectUnmarshaller(String, String)
          no replacement 
org.opensaml.xml.XMLConfigurator(boolean)
          this method will be removed once Configuration no longer has the option to store the XML configuration fragements 
 



Copyright © 1999-2013. All Rights Reserved.