Home
last modified time | relevance | path

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

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php1337 case isset($this->currentCert['publicKeyAndChallenge']):
1339 $this->currentCert['publicKeyAndChallenge']['spki']['algorithm']['algorithm'],
1340 $this->currentCert['publicKeyAndChallenge']['spki']['subjectPublicKey'],
2145 'publicKeyAndChallenge/spki'
2304 if (is_array($spkac) && isset($spkac['publicKeyAndChallenge'])) {
2343 $key = $spkac['publicKeyAndChallenge']['spki'];
2345 $spkac['publicKeyAndChallenge']['spki']['subjectPublicKey'] =
2368 if (!is_array($spkac) || !isset($spkac['publicKeyAndChallenge'])) {
2372 $algorithm = $this->subArray($spkac, 'publicKeyAndChallenge/spki/algorithm/algorithm');
2375 case is_object($spkac['publicKeyAndChallenge']['spk
[all...]