Home
last modified time | relevance | path

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

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php1284 $authorityKey = $this->getExtension('id-ce-authorityKeyIdentifier');
1287 case !is_array($authorityKey):
1289 case isset($authorityKey['keyIdentifier']) && $authorityKey['keyIdentifier'] === $subjectKeyID:
1302 $authorityKey = $this->getExtension('id-ce-authorityKeyIdentifier');
1305 case !is_array($authorityKey):
1307 case isset($authorityKey['keyIdentifier']) && $authorityKey['keyIdentifier'] === $subjectKeyID:
1308 if (is_array($authorityKey) && isset($authorityKey['authorityCertSerialNumbe
[all...]