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

  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/
CertificateListTest.java 66 private static Date thisUpdate = new Date();
69 nextUpdate = new Date(thisUpdate.getTime()+100000);
134 new TBSCertList(2, signature, issuer, thisUpdate,
162 new TBSCertList(signature, issuer, thisUpdate);
169 tbscl = new TBSCertList(2, signature, issuer, thisUpdate,
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
TBSCertList.java 25 * thisUpdate Time,
142 Time thisUpdate;
190 thisUpdate = Time.getInstance(seq.getObjectAt(seqPos++));
239 return thisUpdate;
290 v.add(thisUpdate);
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
TBSCertList.java 54 * thisUpdate Time,
74 /** the value of thisUpdate of the structure */
75 private final Date thisUpdate;
195 Name issuer, Date thisUpdate, Date nextUpdate,
201 this.thisUpdate = thisUpdate;
230 * Returns the value of thisUpdate field of the structure.
233 return thisUpdate;
275 && thisUpdate.getTime() / 1000
276 == that.thisUpdate.getTime() / 100
    [all...]
  /external/apache-harmony/security/src/test/impl/java.injected/java/security/cert/
X509CRLSelectorTest.java 59 private Date thisUpdate = null;
66 public TestCRL(Date thisUpdate, Date nextUpdate) {
67 setUpdateDates(thisUpdate, nextUpdate);
74 public void setUpdateDates(Date thisUpdate, Date nextUpdate) {
75 this.thisUpdate = thisUpdate;
143 return thisUpdate;
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/provider/cert/
X509CRLImplTest.java 91 private static Date thisUpdate = new Date();
94 nextUpdate = new Date(thisUpdate.getTime()+100000);
202 new TBSCertList(2, signature, issuer, thisUpdate,
328 assertTrue("Incorrect thisUpdate value",
329 thisUpdate.getTime()/1000 == crl.getThisUpdate().getTime()/1000);
  /libcore/luni/src/test/java/tests/security/cert/
X509CRLSelector2Test.java 518 private Date thisUpdate = null;
529 public TestCRL(Date thisUpdate, Date nextUpdate) {
530 setUpdateDates(thisUpdate, nextUpdate);
537 public void setUpdateDates(Date thisUpdate, Date nextUpdate) {
538 this.thisUpdate = thisUpdate;
605 return thisUpdate;
  /external/chromium_org/third_party/openssl/openssl/crypto/ocsp/
ocsp.h 249 * thisUpdate GeneralizedTime,
257 ASN1_GENERALIZEDTIME *thisUpdate;
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
ocsp.h 249 * thisUpdate GeneralizedTime,
257 ASN1_GENERALIZEDTIME *thisUpdate;
  /external/openssl/crypto/ocsp/
ocsp.h 249 * thisUpdate GeneralizedTime,
257 ASN1_GENERALIZEDTIME *thisUpdate;
  /external/openssl/include/openssl/
ocsp.h 249 * thisUpdate GeneralizedTime,
257 ASN1_GENERALIZEDTIME *thisUpdate;
  /prebuilts/devtools/tools/lib/
bcpkix-jdk15on-1.48.jar 
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcpkix-jdk15on/1.48/
bcpkix-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 
  /prebuilts/sdk/tools/lib/
signapk.jar 

Completed in 901 milliseconds