HomeSort by relevance Sort by last modified time
    Searched defs:extns (Results 1 - 4 of 4) sorted by null

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/x509/
X509CRLEntryObject.java 80 Set extns = getCriticalExtensionOIDs(); local
82 return extns != null && !extns.isEmpty();
X509CRLObject.java 116 Set extns = getCriticalExtensionOIDs(); local
118 if (extns == null)
123 extns.remove(RFC3280CertPathUtilities.ISSUING_DISTRIBUTION_POINT);
124 extns.remove(RFC3280CertPathUtilities.DELTA_CRL_INDICATOR);
126 return !extns.isEmpty();
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
X509CRLEntryObject.java 80 Set extns = getCriticalExtensionOIDs(); local
82 return extns != null && !extns.isEmpty();
X509CRLObject.java 114 Set extns = getCriticalExtensionOIDs(); local
116 if (extns == null)
121 extns.remove(RFC3280CertPathUtilities.ISSUING_DISTRIBUTION_POINT);
122 extns.remove(RFC3280CertPathUtilities.DELTA_CRL_INDICATOR);
124 return !extns.isEmpty();

Completed in 913 milliseconds