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\ds;
use SimpleSAML\XML\XMLBase64ElementTrait;
/**
* Class representing a ds:X509Certificate element.
*
* @package simplesamlphp/xml-security
*/
final class X509Certificate extends AbstractDsElement
{
use XMLBase64ElementTrait;
SimpleSAML\XML\XMLBase64ElementTrait
SimpleSAML\XMLSecurity\XML\ds\X509Certificate
$localName
$namespaceURI
}