java.lang.Object
org.opensaml.core.testing.OpenSAMLInitBaseTestCase
org.opensaml.core.testing.XMLObjectBaseTestCase
org.opensaml.xmlsec.encryption.support.tests.AESGCMTest

public class AESGCMTest extends org.opensaml.core.testing.XMLObjectBaseTestCase
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private org.slf4j.Logger
     
    private org.opensaml.security.testing.SecurityProviderTestSupport
     
    private String
     

    Fields inherited from class org.opensaml.core.testing.XMLObjectBaseTestCase

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Object[][]
     
    void
    testEncryptDecrypt(AlgorithmDescriptor descriptor, boolean loadBC)
     

    Methods inherited from class org.opensaml.core.testing.XMLObjectBaseTestCase

    assertXMLEquals, assertXMLEquals, buildXMLObject, getBuilder, getMarshaller, getMarshaller, getUnmarshaller, getUnmarshaller, getUnmarshaller, initXMLObjectSupport, parseXMLDocument, printXML, printXML, unmarshallElement, unmarshallElement

    Methods inherited from class org.opensaml.core.testing.OpenSAMLInitBaseTestCase

    initOpenSAML

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • log

      private org.slf4j.Logger log
    • targetFile

      private String targetFile
    • providerSupport

      private org.opensaml.security.testing.SecurityProviderTestSupport providerSupport
  • Constructor Details

    • AESGCMTest

      public AESGCMTest()
  • Method Details