Home
last modified time | relevance | path

Searched refs:formatPrivateKey (Results 1 – 4 of 4) sorted by relevance

/plugin/adfs/phpsaml/lib/Saml2/
H A DSettings.php915 …$keyMetadata = OneLogin_Saml2_Utils::formatPrivateKey($this->_security['signMetadata']['privateKey…
1042 … $this->_sp['privateKey'] = OneLogin_Saml2_Utils::formatPrivateKey($this->_sp['privateKey']);
H A DUtils.php242 public static function formatPrivateKey($key, $heads = true) function in OneLogin_Saml2_Utils
/plugin/adfs/phpsaml/
H A DCHANGELOG155 * Improve formatPrivateKey method
225 * Fix bug in formatPrivateKey method, the key could be not RSA.
H A DREADME.md1461 * `formatPrivateKey` - returns a RSA private key (adding header & footer if required).