Home
last modified time | relevance | path

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

/plugin/adfs/phpsaml/lib/Saml2/
H A DUtils.php1076 $seckey = new XMLSecurityKey(XMLSecurityKey::RSA_1_5, array('type'=>'public'));
1189 …($symKeyInfoAlgo === XMLSecurityKey::RSA_OAEP_MGF1P && $inputKeyAlgo === XMLSecurityKey::RSA_1_5) {
1315 XMLSecurityKey::RSA_1_5,
H A DLogoutRequest.php221 $seckey = new XMLSecurityKey(XMLSecurityKey::RSA_1_5, array('type'=>'private'));
H A DResponse.php589 $seckey = new XMLSecurityKey(XMLSecurityKey::RSA_1_5, array('type'=>'private'));
/plugin/adfs/phpsaml/extlib/xmlseclibs/
H A Dxmlseclibs.php48 const RSA_1_5 = 'http://www.w3.org/2001/04/xmlenc#rsa-1_5'; define in XMLSecurityKey
107 case (XMLSecurityKey::RSA_1_5):