You are here

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()
XMLSecurityKey::getAlgorith in src/XMLSecurityKey.php

File

src/XMLSecurityKey.php, line 590

Class

XMLSecurityKey

Namespace

Drupal\miniorange_saml

Code

public function getAlgorithm() {
  return $this->cryptParams['method'];
}