HomeSort by relevance Sort by last modified time
    Searched full:revocations (Results 1 - 5 of 5) sorted by null

  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
CMSSignedData.java 553 * @param revocations the new CRLs to be used - a collection of X509CRLHolder objects, OtherRevocationInfoFormat, or both.
561 Store revocations)
570 // replace the certs and revocations in the SignedData object
596 if (revocations != null)
598 ASN1Set set = CMSUtils.createBerSetFromList(CMSUtils.getCRLsFromStore(revocations));
  /frameworks/base/core/java/android/content/
PermissionChecker.java 40 * permission revocations and would crash. Therefore, when the
  /frameworks/support/compat/src/main/java/androidx/core/content/
PermissionChecker.java 45 * permission revocations and would crash. Therefore, when the
  /libcore/ojluni/src/main/java/sun/security/x509/
CRLDistributionPointsExtension.java 62 * distributionPoint omits reasons, the CRL MUST include revocations
  /libcore/ojluni/src/main/java/java/security/cert/
X509CRL.java 60 * weekly). Entries are added to CRLs as revocations occur, and an

Completed in 184 milliseconds