Home
last modified time | relevance | path

Searched refs:asn1map (Results 1 – 2 of 2) sorted by last modified time

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php519 public static function asn1map(array $decoded, $mapping, $special = [])
534 return [$inmap => self::asn1map($decoded, ['type' => $intype] + $mapping, $special)];
542 $value = self::asn1map($decoded, $option, $special);
545 $v = self::asn1map($decoded, $option, $special);
586 if (($map[] = self::asn1map($content, $child, $special)) === null) {
629 $candidate = self::asn1map($temp, $child, $special);
658 if (($map[] = self::asn1map($content, $child, $special)) === null) {
700 $candidate = self::asn1map($temp, $child, $special);
1250 * Called by _decode_ber() and in the case of implicit tags asn1map().
1297 * Sets the time / date format for asn1map()
540 function asn1map($decoded, $mapping, $special = array()) global() function in phpseclib\\File\\ASN1
[all...]
H A DX509.php467 $x509 = ASN1::asn1map($decoded[0], Maps\Certificate::MAP);
594 $mapped = ASN1::asn1map($decoded[0], $map, ['iPAddress' => $decoder]);
611 $mapped = ASN1::asn1map($decoded[0], $map);
729 $mapped = ASN1::asn1map($decoded[0], $map);
781 $values[$j] = ASN1::asn1map($decoded[0], Maps\AttributeValue::MAP);
812 $value = ASN1::asn1map($decoded[0], $map);
904 // back around to asn1map() and we don't want it decoded again.
1758 $v = ASN1::asn1map($decoded[0], $map);
2221 $csr = ASN1::asn1map($decoded[0], Maps\CertificationRequest::MAP);
2334 $spkac = ASN1::asn1map(
[all...]