HomeSort by relevance Sort by last modified time
    Searched defs:CRL (Results 1 - 25 of 31) sorted by null

1 2

  /libcore/ojluni/src/main/java/java/security/cert/
CRL.java 34 * Specialized CRL types can be defined by subclassing off of this abstract
46 public abstract class CRL {
48 // the CRL type
52 * Creates a CRL of the specified type.
54 * @param type the standard name of the CRL type.
58 * for information about standard CRL types.
60 protected CRL(String type) {
65 * Returns the type of this CRL.
67 * @return the type of this CRL.
74 * Returns a string representation of this CRL
    [all...]
  /external/scapy/scapy/layers/tls/
cert.py 685 Given a list of trusted CRL (their signature has already been
687 the certificate is marked as revoked by one of those CRL.
689 Note that if the Certificate was on hold in a previous CRL and
690 is now valid again in a new CRL and bot are in the list, it
696 Authority Key Identifier if available in _both_ the CRL and the
735 Metaclass for CRL creation. It is not necessary as it was for the keys,
739 obj = _PKIObjMaker.__call__(cls, cert_path, _MAX_CRL_SIZE, "X509 CRL")
740 obj.__class__ = CRL
742 crl = X509_CRL(obj.der)
744 raise Exception("Unable to import CRL")
    [all...]
  /libcore/luni/src/test/java/tests/security/cert/
X509Certificate2Test.java 152 // Base64 encoded form of ASN.1 DER encoded X.509 CRL
156 private static String CRL =
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
cryptxml.h 268 CRYPT_XML_DATA_BLOB CRL;
  /external/valgrind/none/tests/s390x/
opcodes.h 216 #define CRL(r1,i2) RIL_RP(c6,r1,d,i2)
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-r1.jar 
android-all-4.2.2_r1.2-robolectric-r1.jar 
android-all-4.3_r2-robolectric-r1.jar 
android-all-4.4_r1-robolectric-r2.jar 
android-all-5.0.2_r3-robolectric-r0.jar 
android-all-5.1.1_r9-robolectric-r2.jar 
android-all-6.0.1_r3-robolectric-0.jar 
android-all-6.0.1_r3-robolectric-r1.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/22/
android.jar 
  /prebuilts/sdk/23/
android.jar 
  /prebuilts/sdk/24/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 

Completed in 568 milliseconds

1 2