Searched defs:revocationDate (Results 1 - 12 of 12) sorted by relevance

/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/ocsp/
H A DRevokedStatus.java24 Date revocationDate,
27 this.info = new RevokedInfo(new ASN1GeneralizedTime(revocationDate), CRLReason.lookup(reason));
23 RevokedStatus( Date revocationDate, int reason) argument
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DCertStatus.java13 Date revocationDate = null; field in class:CertStatus
16 * @return Returns the revocationDate.
20 return revocationDate;
24 * @param revocationDate The revocationDate to set.
26 public void setRevocationDate(Date revocationDate) argument
28 this.revocationDate = revocationDate;
/external/conscrypt/common/src/main/java/org/conscrypt/
H A DOpenSSLX509CRLEntry.java34 private final Date revocationDate; field in class:OpenSSLX509CRLEntry
40 revocationDate = OpenSSLX509CRL.toDate(NativeCrypto.get_X509_REVOKED_revocationDate(mContext));
115 return (Date) revocationDate.clone();
/external/boringssl/include/openssl/
H A Dx509.h391 ASN1_TIME *revocationDate; member in struct:x509_revoked_st
/external/boringssl/src/include/openssl/
H A Dx509.h391 ASN1_TIME *revocationDate; member in struct:x509_revoked_st
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 1125 milliseconds