Searched refs:XMLSecurityKey (Results 1 – 18 of 18) sorted by relevance
| /plugin/adfs/phpsaml/lib/Saml2/ |
| D | Utils.php | 1076 $seckey = new XMLSecurityKey(XMLSecurityKey::RSA_1_5, array('type'=>'public')); 1083 $symmetricKey = new XMLSecurityKey(XMLSecurityKey::AES128_CBC); 1154 * @param XMLSecurityKey $inputKey The decryption key. 1161 …public static function decryptElement(DOMElement $encryptedData, XMLSecurityKey $inputKey, $format… 1189 …if ($symKeyInfoAlgo === XMLSecurityKey::RSA_OAEP_MGF1P && $inputKeyAlgo === XMLSecurityKey::RSA_1_… 1190 $inputKeyAlgo = XMLSecurityKey::RSA_OAEP_MGF1P; 1272 * @param XMLSecurityKey $key The key. 1276 * @return XMLSecurityKey The new key. 1280 public static function castKey(XMLSecurityKey $key, $algorithm, $type = 'public') 1300 $newKey = new XMLSecurityKey($algorithm, array('type'=>$type)); [all …]
|
| D | Auth.php | 649 …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'));
|
| D | LogoutRequest.php | 221 $seckey = new XMLSecurityKey(XMLSecurityKey::RSA_1_5, array('type'=>'private'));
|
| D | Metadata.php | 187 …public static function signMetadata($metadata, $key, $cert, $signAlgorithm = XMLSecurityKey::RSA_S…
|
| D | Response.php | 589 $seckey = new XMLSecurityKey(XMLSecurityKey::RSA_1_5, array('type'=>'private'));
|
| D | Settings.php | 428 $this->_security['signatureAlgorithm'] = XMLSecurityKey::RSA_SHA1;
|
| /plugin/saml/phpsaml/lib/Saml2/ |
| D | Utils.php | 1076 $seckey = new XMLSecurityKey(XMLSecurityKey::RSA_1_5, array('type'=>'public')); 1083 $symmetricKey = new XMLSecurityKey(XMLSecurityKey::AES128_CBC); 1154 * @param XMLSecurityKey $inputKey The decryption key. 1161 …public static function decryptElement(DOMElement $encryptedData, XMLSecurityKey $inputKey, $format… 1189 …if ($symKeyInfoAlgo === XMLSecurityKey::RSA_OAEP_MGF1P && $inputKeyAlgo === XMLSecurityKey::RSA_1_… 1190 $inputKeyAlgo = XMLSecurityKey::RSA_OAEP_MGF1P; 1272 * @param XMLSecurityKey $key The key. 1276 * @return XMLSecurityKey The new key. 1280 public static function castKey(XMLSecurityKey $key, $algorithm, $type = 'public') 1300 $newKey = new XMLSecurityKey($algorithm, array('type'=>$type)); [all …]
|
| D | Auth.php | 649 …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'));
|
| D | LogoutRequest.php | 221 $seckey = new XMLSecurityKey(XMLSecurityKey::RSA_1_5, array('type'=>'private'));
|
| D | Metadata.php | 187 …public static function signMetadata($metadata, $key, $cert, $signAlgorithm = XMLSecurityKey::RSA_S…
|
| D | Response.php | 589 $seckey = new XMLSecurityKey(XMLSecurityKey::RSA_1_5, array('type'=>'private'));
|
| D | Settings.php | 428 $this->_security['signatureAlgorithm'] = XMLSecurityKey::RSA_SHA1;
|
| /plugin/saml/phpsaml/extlib/xmlseclibs/ |
| D | xmlseclibs.php | 43 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): 216 if ($this->type === XMLSecurityKey::TRIPLEDES_CBC) { 288 case (XMLSecurityKey::AES256_CBC): 293 case (XMLSecurityKey::AES192_CBC): [all …]
|
| D | CHANGELOG.txt | 107 - 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/extlib/xmlseclibs/ |
| D | xmlseclibs.php | 43 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): 216 if ($this->type === XMLSecurityKey::TRIPLEDES_CBC) { 288 case (XMLSecurityKey::AES256_CBC): 293 case (XMLSecurityKey::AES192_CBC): [all …]
|
| D | CHANGELOG.txt | 107 - Add thumbprint generation capability (XMLSecurityKey->getX509Thumbprint() and 108 XMLSecurityKey::getRawThumbprint($cert)) 112 - Add XMLSecurityKey::getSymmetricKeySize() method (Olav) 114 - Improve XMLSecurityKey:generateSessionKey() logic (Olav)
|
| /plugin/saml/phpsaml/ |
| D | README.md | 1488 * `castKey` - Converts a `XMLSecurityKey` to the correct algorithm.
|
| /plugin/adfs/phpsaml/ |
| D | README.md | 1488 * `castKey` - Converts a `XMLSecurityKey` to the correct algorithm.
|