Home
last modified time | relevance | path

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

/plugin/adfs/phpsaml/extlib/xmlseclibs/
H A Dxmlseclibs.php423 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);