Home
last modified time | relevance | path

Searched refs:XMLSecurityKey (Results 1 – 9 of 9) sorted by relevance

/plugin/adfs/phpsaml/lib/Saml2/
H A DUtils.php1076 $seckey = new XMLSecurityKey(XMLSecurityKey::RSA_1_5, array('type'=>'public'));
1083 $symmetricKey = new XMLSecurityKey(XMLSecurityKey::AES128_CBC);
1154 * @param XMLSecurityKey $inputKey The decryption key.
1189 …if ($symKeyInfoAlgo === XMLSecurityKey::RSA_OAEP_MGF1P && $inputKeyAlgo === XMLSecurityKey::RSA_1_…
1272 * @param XMLSecurityKey $key The key.
1276 * @return XMLSecurityKey The new key.
1315 XMLSecurityKey::RSA_1_5,
1316 XMLSecurityKey::RSA_SHA1,
1317 XMLSecurityKey::RSA_SHA256,
1318 XMLSecurityKey::RSA_SHA384,
[all …]
H A DAuth.php649 …unction buildRequestSignature($samlRequest, $relayState, $signAlgorithm = XMLSecurityKey::RSA_SHA1)
665 …ction buildResponseSignature($samlResponse, $relayState, $signAlgorithm = XMLSecurityKey::RSA_SHA1)
682 …on buildMessageSignature($samlMessage, $relayState, $signAlgorithm = XMLSecurityKey::RSA_SHA256, $…
695 $objKey = new XMLSecurityKey($signAlgorithm, array('type' => 'private'));
H A DLogoutRequest.php221 $seckey = new XMLSecurityKey(XMLSecurityKey::RSA_1_5, array('type'=>'private'));
H A DMetadata.php187 …public static function signMetadata($metadata, $key, $cert, $signAlgorithm = XMLSecurityKey::RSA_S…
H A DResponse.php589 $seckey = new XMLSecurityKey(XMLSecurityKey::RSA_1_5, array('type'=>'private'));
H A DSettings.php428 $this->_security['signatureAlgorithm'] = XMLSecurityKey::RSA_SHA1;
/plugin/adfs/phpsaml/extlib/xmlseclibs/
H A Dxmlseclibs.php43 class XMLSecurityKey { class
79 case (XMLSecurityKey::TRIPLEDES_CBC):
93 case (XMLSecurityKey::AES192_CBC):
107 case (XMLSecurityKey::RSA_1_5):
130 case (XMLSecurityKey::RSA_SHA1):
153 case (XMLSecurityKey::RSA_SHA384):
177 case (XMLSecurityKey::HMAC_SHA1):
288 case (XMLSecurityKey::AES256_CBC):
404 case (XMLSecurityKey::HMAC_SHA1):
413 case (XMLSecurityKey::HMAC_SHA1):
[all …]
H A DCHANGELOG.txt107 - Add thumbprint generation capability (XMLSecurityKey->getX509Thumbprint() and
108 XMLSecurityKey::getRawThumbprint($cert))
112 - Add XMLSecurityKey::getSymmetricKeySize() method (Olav)
114 - Improve XMLSecurityKey:generateSessionKey() logic (Olav)
/plugin/adfs/phpsaml/
H A DREADME.md1488 * `castKey` - Converts a `XMLSecurityKey` to the correct algorithm.