public function XMLSecurityKey::getAlgorithm in SAML SP 2.0 Single Sign On (SSO) - SAML Service Provider 8
Return value
mixed
1 call to XMLSecurityKey::getAlgorithm()
File
- src/
XMLSecurityKey.php, line 590
Class
Namespace
Drupal\miniorange_samlCode
public function getAlgorithm() {
return $this->cryptParams['method'];
}