Home
last modified time | relevance | path

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

/dports/mail/roundcube/roundcubemail-1.5.1/vendor/pear/crypt_gpg/Crypt/GPG/
H A DSubKey.php258 $this->setRevoked($key['isRevoked']);
586 public function setRevoked($isRevoked) function in Crypt_GPG_SubKey
616 $subKey->setRevoked(true);
H A DUserId.php132 $this->setRevoked($userId['revoked']);
264 public function setRevoked($isRevoked) function in Crypt_GPG_UserId
/dports/security/pear-Crypt_GPG/Crypt_GPG-1.6.6/Crypt/GPG/
H A DSubKey.php258 $this->setRevoked($key['isRevoked']);
586 public function setRevoked($isRevoked) function in Crypt_GPG_SubKey
616 $subKey->setRevoked(true);
H A DUserId.php132 $this->setRevoked($userId['revoked']);
264 public function setRevoked($isRevoked) function in Crypt_GPG_UserId
/dports/security/xca/xca-2.4.0/lib/
H A Dpki_x509.h101 void setRevoked(bool rev, a1time inval = a1time(),
103 void setRevoked(const x509rev &revok);
H A Ddb_crl.cpp69 crt->setRevoked(revok); in revokeCerts()
H A Ddb_x509.cpp874 newcert->setRevoked(x509rev()); in certRenewal()
942 cert->setRevoked(rev); in do_revoke()
980 cert->setRevoked(x509rev()); in unRevoke()
H A Dpki_x509.cpp879 void pki_x509::setRevoked(const x509rev &revok) in setRevoked() function in pki_x509
/dports/security/pear-Crypt_GPG/Crypt_GPG-1.6.6/tests/
H A DUserIdTest.php454 $userId->setRevoked(true);
516 $returnedUserId = $userId->setRevoked(true);
H A DSubKeyTest.php901 $subKey->setRevoked(true);
993 $returnedSubKey = $subKey->setRevoked(true);
/dports/security/libkleo/libkleo-21.12.3/src/kleo/
H A Ddefaultkeyfilter.h102 void setRevoked(const TriState) const;
H A Dkeyfiltermanager.cpp90 setRevoked(NotSet); in TrustedCertificatesKeyFilter()
107 setRevoked(NotSet); in FullCertificatesKeyFilter()
H A Ddefaultkeyfilter.cpp272 void DefaultKeyFilter::setRevoked(DefaultKeyFilter::TriState value) const in setRevoked() function in DefaultKeyFilter
/dports/security/kleopatra/kleopatra-21.12.3/src/crypto/gui/
H A Dsignencryptwidget.cpp56 setRevoked(DefaultKeyFilter::NotSet); in SignCertificateFilter()
73 setRevoked(DefaultKeyFilter::NotSet); in EncryptCertificateFilter()
89 setRevoked(DefaultKeyFilter::NotSet); in EncryptSelfCertificateFilter()
/dports/security/libkleo/libkleo-21.12.3/src/ui/
H A Dnewkeyapprovaldialog.cpp88 setRevoked(DefaultKeyFilter::NotSet); in OpenPGPSignFilter()
114 setRevoked(DefaultKeyFilter::NotSet); in SMIMESignFilter()
/dports/security/kleopatra/kleopatra-21.12.3/src/dialogs/
H A Dcertifywidget.cpp142 setRevoked(DefaultKeyFilter::NotSet); in SecKeyFilter()