You are here

public function XMLSecurityKey::getAlgorith in SAML SP 2.0 Single Sign On (SSO) - SAML Service Provider 7

Return value

mixed

See also

getAlgorithm()

File

includes/XMLSecurityKey.php, line 615

Class

XMLSecurityKey

Code

public function getAlgorith() {
  return $this
    ->getAlgorithm();
}