Class ComplexEncryptionTest


  • public class ComplexEncryptionTest
    extends XMLObjectBaseTestCase
    Tests for encryption using single and multicast key encryption keys, and peer vs. inline key placement.
    • Constructor Detail

      • ComplexEncryptionTest

        public ComplexEncryptionTest()
        Constructor.
    • Method Detail

      • testSingleKEKInline

        public void testSingleKEKInline()
        Test encryption with a single key encryption key with key placement inline.
      • testSingleKEKPeer

        public void testSingleKEKPeer()
        Test encryption with a single key encryption key with key placement as peer.
      • testMulticastKEKPeer

        public void testMulticastKEKPeer()
        Test encryption with multicast key encryption keys with key placement as peer.
      • testReuse

        public void testReuse()
        Test that reuse is allowed with same key encryption parameters.