public function XMLSecurityKey::getAlgorithm in SAML SP 2.0 Single Sign On (SSO) - SAML Service Provider 7
Return value
mixed
1 call to XMLSecurityKey::getAlgorithm()
- XMLSecurityKey::getAlgorith in includes/
XMLSecurityKey.php
File
- includes/
XMLSecurityKey.php, line 623
Class
Code
public function getAlgorithm() {
return $this->cryptParams['method'];
}