Searched refs:makeAsnSegment (Results 1 – 1 of 1) sorted by relevance
423 static function makeAsnSegment($type, $string) { function in XMLSecurityKey451 $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);