for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
declare(strict_types=1);
namespace SimpleSAML\WSSecurity\XML\wsse;
use SimpleSAML\XML\{SchemaValidatableElementInterface, SchemaValidatableElementTrait};
/**
* Class defining the Security element
*
* @package simplesamlphp/ws-security
*/
final class Security extends AbstractSecurityHeaderType implements SchemaValidatableElementInterface
{
use SchemaValidatableElementTrait;
SimpleSAML\XML\SchemaValidatableElementTrait
SimpleSAML\WSSecurity\XML\wsse\Security
$message
$line
}