Home
last modified time | relevance | path

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

/dports/sysutils/ldap-account-manager/ldap-account-manager-7.3/lib/3rdParty/composer/web-auth/webauthn-lib/src/
H A DServer.php197 $attestationStatementSupportManager = $this->getAttestationStatementSupportManager();
198 $attestationObjectLoader = new AttestationObjectLoader($attestationStatementSupportManager);
206 $attestationStatementSupportManager,
217 $attestationStatementSupportManager = $this->getAttestationStatementSupportManager();
218 $attestationObjectLoader = new AttestationObjectLoader($attestationStatementSupportManager);
251 $attestationStatementSupportManager = new AttestationStatementSupportManager();
252 $attestationStatementSupportManager->add(new NoneAttestationStatementSupport());
255 …$attestationStatementSupportManager->add(new FidoU2FAttestationStatementSupport(null, $this->metad…
257 …$attestationStatementSupportManager->add(new AndroidKeyAttestationStatementSupport(null, $this->me…
258 …$attestationStatementSupportManager->add(new TPMAttestationStatementSupport($this->metadataStateme…
[all …]
H A DAuthenticatorAttestationResponseValidator.php28 private $attestationStatementSupportManager; variable in Webauthn\\AuthenticatorAttestationResponseValidator
45 …c function __construct(AttestationStatementSupportManager $attestationStatementSupportManager, Pub… argument
47 $this->attestationStatementSupportManager = $attestationStatementSupportManager;
113 …Assertion::true($this->attestationStatementSupportManager->has($fmt), 'Unsupported attestation sta…
116 $attestationStatementSupport = $this->attestationStatementSupportManager->get($fmt);
/dports/security/nextcloud-twofactor_webauthn/twofactor_webauthn/vendor/web-auth/webauthn-lib/src/
H A DServer.php248 $attestationStatementSupportManager = $this->getAttestationStatementSupportManager();
249 … $attestationObjectLoader = AttestationObjectLoader::create($attestationStatementSupportManager)
261 $attestationStatementSupportManager,
274 $attestationStatementSupportManager = $this->getAttestationStatementSupportManager();
330 $attestationStatementSupportManager = new AttestationStatementSupportManager();
331 $attestationStatementSupportManager->add(new NoneAttestationStatementSupport());
332 $attestationStatementSupportManager->add(new FidoU2FAttestationStatementSupport());
342 $attestationStatementSupportManager->add($androidSafetyNetAttestationStatementSupport);
344 $attestationStatementSupportManager->add(new AndroidKeyAttestationStatementSupport());
345 $attestationStatementSupportManager->add(new TPMAttestationStatementSupport());
[all …]
H A DAuthenticatorAttestationResponseValidator.php48 private $attestationStatementSupportManager; variable in Webauthn\\AuthenticatorAttestationResponseValidator
80 …c function __construct(AttestationStatementSupportManager $attestationStatementSupportManager, Pub… argument
88 $this->attestationStatementSupportManager = $attestationStatementSupportManager;
191 …Assertion::true($this->attestationStatementSupportManager->has($fmt), 'Unsupported attestation sta…
194 $attestationStatementSupport = $this->attestationStatementSupportManager->get($fmt);
/dports/www/nextcloud/nextcloud/3rdparty/web-auth/webauthn-lib/src/
H A DServer.php250 $attestationStatementSupportManager = $this->getAttestationStatementSupportManager();
251 … $attestationObjectLoader = AttestationObjectLoader::create($attestationStatementSupportManager)
263 $attestationStatementSupportManager,
276 $attestationStatementSupportManager = $this->getAttestationStatementSupportManager();
332 $attestationStatementSupportManager = new AttestationStatementSupportManager();
333 $attestationStatementSupportManager->add(new NoneAttestationStatementSupport());
334 $attestationStatementSupportManager->add(new FidoU2FAttestationStatementSupport());
344 $attestationStatementSupportManager->add($androidSafetyNetAttestationStatementSupport);
346 $attestationStatementSupportManager->add(new AndroidKeyAttestationStatementSupport());
347 $attestationStatementSupportManager->add(new TPMAttestationStatementSupport());
[all …]
H A DAuthenticatorAttestationResponseValidator.php48 private $attestationStatementSupportManager; variable in Webauthn\\AuthenticatorAttestationResponseValidator
80 …c function __construct(AttestationStatementSupportManager $attestationStatementSupportManager, Pub… argument
88 $this->attestationStatementSupportManager = $attestationStatementSupportManager;
191 …Assertion::true($this->attestationStatementSupportManager->has($fmt), 'Unsupported attestation sta…
194 $attestationStatementSupport = $this->attestationStatementSupportManager->get($fmt);
/dports/security/nextcloud-twofactor_webauthn/twofactor_webauthn/lib/Service/
H A DWebauthnManager.php194 $attestationStatementSupportManager = new AttestationStatementSupportManager();
195 $attestationStatementSupportManager->add(new NoneAttestationStatementSupport());
196 $attestationStatementSupportManager->add(new FidoU2FAttestationStatementSupport());
197 $attestationStatementSupportManager->add(new AndroidKeyAttestationStatementSupport());
198 $attestationStatementSupportManager->add(new TPMAttestationStatementSupport());
199 $attestationStatementSupportManager->add($this->buildPacketAttestationStatementSupport());
201 return $attestationStatementSupportManager;
207 $attestationObjectLoader = new AttestationObjectLoader($attestationStatementSupportManager);
225 $attestationStatementSupportManager = $this->buildAttestationStatementSupportManager();
234 $attestationStatementSupportManager,
[all …]
/dports/security/nextcloud-twofactor_webauthn/twofactor_webauthn/vendor/web-auth/webauthn-lib/src/AttestationStatement/
H A DAttestationObjectLoader.php48 private $attestationStatementSupportManager; variable in Webauthn\\AttestationStatement\\AttestationObjectLoader
55 …c function __construct(AttestationStatementSupportManager $attestationStatementSupportManager, ?Me… argument
64 $this->attestationStatementSupportManager = $attestationStatementSupportManager;
68 …static function create(AttestationStatementSupportManager $attestationStatementSupportManager): se… argument
70 return new self($attestationStatementSupportManager);
91 …$attestationStatementSupport = $this->attestationStatementSupportManager->get($attestationObject['…
/dports/www/nextcloud/nextcloud/3rdparty/web-auth/webauthn-lib/src/AttestationStatement/
H A DAttestationObjectLoader.php48 private $attestationStatementSupportManager; variable in Webauthn\\AttestationStatement\\AttestationObjectLoader
55 …c function __construct(AttestationStatementSupportManager $attestationStatementSupportManager, ?Me… argument
64 $this->attestationStatementSupportManager = $attestationStatementSupportManager;
68 …static function create(AttestationStatementSupportManager $attestationStatementSupportManager): se… argument
70 return new self($attestationStatementSupportManager);
91 …$attestationStatementSupport = $this->attestationStatementSupportManager->get($attestationObject['…
/dports/www/nextcloud/nextcloud/lib/private/Authentication/WebAuthn/
H A DManager.php132 $attestationStatementSupportManager = new AttestationStatementSupportManager();
133 $attestationStatementSupportManager->add(new NoneAttestationStatementSupport());
135 $attestationObjectLoader = new AttestationObjectLoader($attestationStatementSupportManager);
143 $attestationStatementSupportManager,
199 $attestationStatementSupportManager = new AttestationStatementSupportManager();
200 $attestationStatementSupportManager->add(new NoneAttestationStatementSupport());
202 $attestationObjectLoader = new AttestationObjectLoader($attestationStatementSupportManager);
/dports/sysutils/ldap-account-manager/ldap-account-manager-7.3/lib/3rdParty/composer/web-auth/webauthn-lib/src/AttestationStatement/
H A DAttestationObjectLoader.php41 private $attestationStatementSupportManager; variable in Webauthn\\AttestationStatement\\AttestationObjectLoader
43 …c function __construct(AttestationStatementSupportManager $attestationStatementSupportManager, ?De… argument
49 $this->attestationStatementSupportManager = $attestationStatementSupportManager;
66 …$attestationStatementSupport = $this->attestationStatementSupportManager->get($attestationObject['…