Class EncryptionClonedContentTest


  • public class EncryptionClonedContentTest
    extends org.opensaml.core.xml.XMLObjectBaseTestCase
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private String algoURI  
      private String targetFile  
      • Fields inherited from class org.opensaml.core.xml.XMLObjectBaseTestCase

        builderFactory, marshallerFactory, parserPool, simpleXMLObjectQName, unmarshallerFactory
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void testEncryptDecrypt()  
      • Methods inherited from class org.opensaml.core.xml.XMLObjectBaseTestCase

        assertXMLEquals, assertXMLEquals, buildXMLObject, getBuilder, getMarshaller, getMarshaller, getUnmarshaller, getUnmarshaller, getUnmarshaller, initXMLObjectSupport, parseXMLDocument, printXML, printXML, unmarshallElement, unmarshallElement
      • Methods inherited from class org.opensaml.core.OpenSAMLInitBaseTestCase

        initOpenSAML
    • Field Detail

      • targetFile

        private String targetFile
      • algoURI

        private String algoURI
    • Constructor Detail

      • EncryptionClonedContentTest

        public EncryptionClonedContentTest()
    • Method Detail

      • testEncryptDecrypt

        public void testEncryptDecrypt()
                                throws Exception
        Throws:
        Exception