1111use RobRichards \XMLSecLibs \XMLSecurityKey ;
1212use SAML2 \Exception \RuntimeException ;
1313use SAML2 \Utilities \Temporal ;
14- use SAML2 \XML \Chunk ;
1514use SAML2 \XML \saml \Issuer ;
1615use SAML2 \XML \saml \NameID ;
1716use SAML2 \XML \saml \SubjectConfirmation ;
17+ use SimpleSAML \XML \Chunk ;
18+ use SimpleSAML \XML \DOMDocumentFactory ;
1819use Webmozart \Assert \Assert ;
1920
2021/**
@@ -143,7 +144,7 @@ class Assertion extends SignedElement
143144 * See:
144145 * @url http://docs.oasis-open.org/security/saml/v2.0/saml-authn-context-2.0-os.pdf
145146 *
146- * @var \SAML2 \XML\Chunk|null
147+ * @var \SimpleSAML \XML\Chunk|null
147148 */
148149 private $ authnContextDecl = null ;
149150
@@ -1123,7 +1124,7 @@ public function setSignatureMethod(?string $signatureMethod = null): void
11231124 /**
11241125 * Set the authentication context declaration.
11251126 *
1126- * @param \SAML2 \XML\Chunk $authnContextDecl
1127+ * @param \SimpleSAML \XML\Chunk $authnContextDecl
11271128 * @throws \Exception
11281129 */
11291130 public function setAuthnContextDecl (Chunk $ authnContextDecl ): void
@@ -1144,7 +1145,7 @@ public function setAuthnContextDecl(Chunk $authnContextDecl): void
11441145 * See:
11451146 * @url http://docs.oasis-open.org/security/saml/v2.0/saml-authn-context-2.0-os.pdf
11461147 *
1147- * @return \SAML2 \XML\Chunk|null
1148+ * @return \SimpleSAML \XML\Chunk|null
11481149 */
11491150 public function getAuthnContextDecl (): ?Chunk
11501151 {
0 commit comments