Home
last modified time | relevance | path

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

/plugin/adfs/phpsaml/lib/Saml2/
H A DUtils.php247 …$key = OneLogin_Saml2_Utils::getStringBetween($key, '-----BEGIN PRIVATE KEY-----', '-----END PRIVA…
254 …$key = OneLogin_Saml2_Utils::getStringBetween($key, '-----BEGIN RSA PRIVATE KEY-----', '-----END R…
281 public static function getStringBetween($str, $start, $end) function in OneLogin_Saml2_Utils