The trait SimpleSAML\XML\IntegerElementTrait requires some properties which are not provided by SimpleSAML\WSSecurity\XML\wst_200512\KeySize: $localName, $namespaceURI
Loading history...
21
22
/**
23
* KeySize constructor.
24
*
25
* @param string $value The long.
26
*/
27
final public function __construct(string $value)
28
{
29
$this->setContent($value);
30
}
31
32
33
/**
34
* Validate the content of the element.
35
*
36
* @param string $content The value to go in the XML textContent
37
* @throws \SimpleSAML\XML\Exception\SchemaViolationException on failure
38
* @return void
39
*/
40
protected function validateContent(string $content): void