for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
declare(strict_types=1);
namespace SimpleSAML\XMLSecurity\XML\xenc;
use SimpleSAML\Assert\Assert;
use SimpleSAML\XML\XMLElementInterface;
use SimpleSAML\XMLSecurity\Exception\InvalidArgumentException;
/**
* Class representing the <xenc:CipherReference> element.
*
* @package simplesamlphp/xml-security
*/
class CipherReference extends AbstractReference
{
}