Lines Matching refs:Element

38 use phpseclib3\File\ASN1\Element;
196 * @var string|Element
517 $cert['tbsCertificate']['subjectPublicKeyInfo'] = new Element(
654 if ($extensions[$i] instanceof Element) {
674 $subvalue = new Element(ASN1::encodeDER($subvalue, $map));
683 $value['authorityCertSerialNumber'] = new Element($temp);
805 if (is_object($value) && $value instanceof Element) {
837 if (is_object($value) && $value instanceof Element) {
843 $value = new Element(ASN1::encodeDER($value, $map));
858 if (!is_string($extnId)) { // eg. if it's a \phpseclib3\File\ASN1\Element object
1751 } elseif (is_object($v) && $v instanceof Element) {
1937 } elseif (is_object($value) && $value instanceof Element) {
2268 $csr['certificationRequestInfo']['subjectPKInfo'] = new Element(
2297 * https://developer.mozilla.org/en-US/docs/HTML/Element/keygen
2378 $spkac['publicKeyAndChallenge']['spki'] = new Element(
2524 * @return array|Element
2528 if ($date instanceof Element) {
2712 // save $tbsCertificate in case there are any \phpseclib3\File\ASN1\Element objects in it
2766 // save $certificationRequestInfo in case there are any \phpseclib3\File\ASN1\Element objects in it
2813 // quoting <https://developer.mozilla.org/en-US/docs/Web/HTML/Element/keygen>,
2826 // save $publicKeyAndChallenge in case there are any \phpseclib3\File\ASN1\Element objects in it
2957 // save $tbsCertList in case there are any \phpseclib3\File\ASN1\Element objects in it
3062 $this->endDate = new Element($temp);
3609 * - \phpseclib3\File\ASN1\Element object
3631 case $key instanceof Element: