Searched refs:makeAsnSegment (Results 1 – 2 of 2) sorted by relevance
| /plugin/saml/phpsaml/extlib/xmlseclibs/ |
| D | xmlseclibs.php | 423 static function makeAsnSegment($type, $string) { function in XMLSecurityKey 451 $exponentEncoding = XMLSecurityKey::makeAsnSegment(0x02, $exponent); 452 $modulusEncoding = XMLSecurityKey::makeAsnSegment(0x02, $modulus); 453 … $sequenceEncoding = XMLSecurityKey:: makeAsnSegment(0x30, $modulusEncoding.$exponentEncoding); 454 $bitstringEncoding = XMLSecurityKey::makeAsnSegment(0x03, $sequenceEncoding); 456 …$publicKeyInfo = XMLSecurityKey::makeAsnSegment (0x30, $rsaAlgorithmIdentifier.$bitstringEncoding);
|
| /plugin/adfs/phpsaml/extlib/xmlseclibs/ |
| D | xmlseclibs.php | 423 static function makeAsnSegment($type, $string) { function in XMLSecurityKey 451 $exponentEncoding = XMLSecurityKey::makeAsnSegment(0x02, $exponent); 452 $modulusEncoding = XMLSecurityKey::makeAsnSegment(0x02, $modulus); 453 … $sequenceEncoding = XMLSecurityKey:: makeAsnSegment(0x30, $modulusEncoding.$exponentEncoding); 454 $bitstringEncoding = XMLSecurityKey::makeAsnSegment(0x03, $sequenceEncoding); 456 …$publicKeyInfo = XMLSecurityKey::makeAsnSegment (0x30, $rsaAlgorithmIdentifier.$bitstringEncoding);
|