Home
last modified time | relevance | path

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

/plugin/gtime/gtlib/tsp/
H A DGTHashAlgorithm.php95 public function getOid() { function in GTHashAlgorithm
166 if ($algorithm->getOid() === $oid) {
H A DGTPublicationsFile.php320 $hash->getHashAlgorithm()->getOid() == $publicKey->getHashAlgorithm()->getOid()) {
432 if ($digestAlgorithm->getAlgorithm() != GTHashAlgorithm::getByName('SHA256')->getOid()) {
H A DGTTimestamp.php231 …gnerInfo->getDigestAlgorithm()->getAlgorithm() != GTHashAlgorithm::getByName('SHA256')->getOid()) {
283 $this->properties[self::HASH_ALGORITHM] = $this->dataHash->getHashAlgorithm()->getOid();
H A DGTVerifier.php207 …if ($dataHash->getHashAlgorithm()->getOid() != $messageImprint->getHashAlgorithm()->getAlgorithm()…
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Exception/
H A DUnsolicitedNotificationException.php45 public function getOid()
42 public function getOid() global() function in FreeDSx\\Ldap\\Exception\\UnsolicitedNotificationException
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DClientProtocolHandler.php172 if ($exception->getOid() === ExtendedResponse::OID_NOTICE_OF_DISCONNECTION) {
/plugin/gtime/gtlib/http/
H A DGTHttpClient.php45 $algorithm->setAlgorithm($dataHash->getHashAlgorithm()->getOid());