/libcore/luni/src/main/java/java/security/cert/ |
X509CRLEntry.java | 87 * Returns the serial number of the revoked certificate. 89 * @return the serial number of the revoked certificate. 94 * Returns the issuer of the revoked certificate. 96 * @return the issuer of the revoked certificate, or {@code null} if the 104 * Returns the date when the certificate is revoked. 106 * @return the date when the certificate is revoked.
|
CRL.java | 51 * Returns whether the specified certificate is revoked by this CRL. 55 * @return {@code true} if the certificate is revoked by this CRL, otherwise
|
X509CRL.java | 227 * Returns the set of revoked certificates. 229 * @return the set of revoked certificates, or {@code null} if no revoked
|
/external/openssl/crypto/asn1/ |
x_crl.c | 92 * reordering of the revoked field. 99 if(!a || !a->revoked) return 1; 105 (void)sk_X509_REVOKED_set_cmp_func(a->revoked,X509_REVOKED_cmp); 118 ASN1_SEQUENCE_OF_OPT(X509_CRL_INFO, revoked, X509_REVOKED), 131 STACK_OF(X509_REVOKED) *revoked; 133 revoked = X509_CRL_get_REVOKED(crl); 136 for (i = 0; i < sk_X509_REVOKED_num(revoked); i++) 138 X509_REVOKED *rev = sk_X509_REVOKED_value(revoked, i); 375 if(!inf->revoked) 376 inf->revoked = sk_X509_REVOKED_new(X509_REVOKED_cmp) [all...] |
t_crl.c | 116 BIO_printf(out, "Revoked Certificates:\n"); 117 else BIO_printf(out, "No Revoked Certificates.\n");
|
/external/e2fsprogs/e2fsck/ |
revoke.c | 20 * transaction's revoked blocks to the journal 23 * revoked blocks. If there are multiple revoke records in the log 31 * Block is revoked and then journaled: 35 * Block is journaled and then revoked: 44 * Block is revoked and then written as data: 53 * RevokeValid set, Revoked clear: 54 * buffer has not been revoked, and cancel_revoke 56 * RevokeValid set, Revoked set: 57 * buffer has been revoked. 77 /* Each revoke record represents one single revoked block. Durin [all...] |
recovery.c | 222 * blocks. In the third and final pass, we replay any un-revoked blocks 257 jbd_debug(1, "JBD: Replayed %d and revoked %d/%d blocks\n", 510 * revoked, then we're all done 716 /* Scan a revoke record, marking all blocks mentioned as revoked. */
|
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/provider/cert/ |
X509CRLEntryImplTest.java | 47 // revoked certificate issuer 50 // revoked certificate serial number
|
X509CRLImplTest.java | 391 assertNotNull("The revoked certificate with the serial number '" 394 assertNull("The revoked certificate with the serial number '" 397 assertNull("The revoked certificate with the serial number '"
|
/libcore/luni/src/main/java/org/apache/harmony/security/provider/cert/ |
X509CRLEntryImpl.java | 53 // issuer of the revoked certificate described by this crl entry 56 // encoded form of this revoked certificate entry 62 * information about the issuer of revoked certificate. 64 * of the revoked certificate is the same as for involving CRL.
|
X509CRLImpl.java | 209 // null means that revoked certificate issuer is the same as CRL issuer 220 // remember how many leading revoked certificates in the 258 // check the serial number of revoked certificate 260 // revoked certificate issuer 262 // check the issuer of revoked certificate
|
/libcore/luni/src/main/java/org/apache/harmony/security/x509/tsp/ |
PKIStatus.java | 68 * revoked
|
/external/openssl/crypto/x509/ |
x509cset.c | 126 sk_X509_REVOKED_sort(c->crl->revoked); 127 for (i=0; i<sk_X509_REVOKED_num(c->crl->revoked); i++) 129 r=sk_X509_REVOKED_value(c->crl->revoked,i);
|
/frameworks/base/core/java/android/inputmethodservice/ |
AbstractInputMethodService.java | 103 * Check whether this session has been revoked by the system. Revoked 113 * session has not been revoked.
|
/external/bouncycastle/src/main/java/org/bouncycastle/x509/ |
CertPathReviewerMessages.properties | 370 # Certificate not revoked 371 CertPathReviewer.notRevoked.title = Certificate not revoked 372 CertPathReviewer.notRevoked.text = The certificate was not revoked. 373 CertPathReviewer.notRevoked.summary = The certificate was not revoked. 374 CertPathReviewer.notRevoked.details = The certificate was not revoked. 376 # CRL found: certificate was revoked, but after the validationDate 377 # {0} the date the certificate was revoked 379 CertPathReviewer.revokedAfterValidation.title = Certificate was revoked after the validation date 380 CertPathReviewer.revokedAfterValidation.text = The certificate was revoked after the validation date at {0,date} {0,time,full}. Reason: {1}. 381 CertPathReviewer.revokedAfterValidation.summary = The certificate was revoked after the validation date at {0,date} {0,time,full} [all...] |
/libcore/luni/src/main/java/org/apache/harmony/security/x509/ |
CertificateIssuer.java | 30 * the issuer of revoked certificate. Its ASN.1 notation is as follows:
|
/packages/apps/KeyChain/support/src/com/android/keychain/tests/support/ |
KeyChainServiceTestSupport.java | 61 * access the specified alias is granted/revoked.
|
/frameworks/base/core/java/android/net/ |
VpnService.java | 74 * other methods in this class, and the right can be revoked at any time. 134 * is revoked when another application is granted. The application 159 * method will fail if the application is not prepared or is revoked. 219 * Invoked when the application is revoked. At this moment, the VPN 454 * application is not prepared or is revoked. This helps solve
|
/external/kernel-headers/original/linux/ |
jbd.h | 163 * be revoked from the log 304 BH_Revoked, /* Has been revoked from the log */ 305 BH_RevokeValid, /* Revoked flag is valid */ 316 BUFFER_FNS(Revoked, revoked) 317 TAS_BUFFER_FNS(Revoked, revoked) 621 * @j_revoke: The revoke table - maintains the list of revoked blocks in the 804 * The revoke table: maintains the list of revoked blocks in the [all...] |
/external/chromium/net/base/ |
test_root_certs_nss.cc | 60 // cause the trust settings to be revoked. If the certificate has no
|
net_error_list.h | 288 // The certificate has no mechanism for determining if it is revoked. In 289 // effect, this certificate cannot be revoked. 296 // blocking our attempt to find out that the cert was revoked. 303 // The server responded with a certificate has been revoked.
|
/external/openssl/crypto/ocsp/ |
ocsp_cl.c | 254 * certificate status is revoked. Returns numerical value of 270 OCSP_REVOKEDINFO *rev = cst->value.revoked;
|
ocsp_prn.c | 116 { V_OCSP_CERTSTATUS_REVOKED, "revoked" }, 243 rev = cst->value.revoked;
|
/external/e2fsprogs/lib/ext2fs/ |
kernel-jbd.h | 151 * be revoked from the log 278 BH_Revoked, /* 1 if buffer has been revoked from the log */ 279 BH_RevokeValid, /* 1 if buffer revoked flag is valid */ 583 /* The revoke table: maintains the list of revoked blocks in the
|
/external/kernel-headers/original/asm-generic/ |
errno.h | 102 #define EKEYREVOKED 128 /* Key has been revoked */
|