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

1 2 3 4 5 6 7 8 9

  /external/google-tv-pairing-protocol/java/src/com/google/polo/ssl/
CsrUtil.java 52 Date notAfter = new Date(calendar.getTimeInMillis());
56 return generateX509V3AuthorityCertificate(rootName, rootPair, notBefore, notAfter, serialNumber);
62 KeyPair rootPair, Date notBefore, Date notAfter, BigInteger serialNumber)
71 certGen.setNotAfter(notAfter);
113 Date notAfter = new Date(calendar.getTimeInMillis());
117 return issueX509V3Certificate(name, publicKey, rootCert, rootPair, notBefore, notAfter, serialNumber);
122 X509Certificate rootCert, KeyPair rootPair, Date notBefore, Date notAfter,
132 certGen.setNotAfter(notAfter);
SslUtil.java 131 * @param notAfter not valid after this date
138 String name, Date notBefore, Date notAfter, BigInteger serialNumber)
148 certGen.setNotAfter(notAfter);
254 Date notAfter = new Date(calendar.getTimeInMillis());
259 return generateX509V3Certificate(pair, name, notBefore, notAfter,
275 Date notAfter = new Date(calendar.getTimeInMillis());
277 return generateX509V3Certificate(pair, name, notBefore, notAfter,
  /tools/apkzlib/src/test/java/com/android/tools/build/apkzlib/sign/
SignatureTestUtils.java 102 Date notAfter = new Date(System.currentTimeMillis() + 365L * 24 * 60 * 60 * 1000);
121 notBefore, notAfter, issuer, publicKeyInfo);
  /libcore/ojluni/src/main/java/sun/security/x509/
CertificateValidity.java 53 public static final String NOT_AFTER = "notAfter";
58 private Date notAfter;
67 return (new Date(notAfter.getTime()));
94 notAfter = derVal.data.getUTCTime();
96 notAfter = derVal.data.getGeneralizedTime();
112 * @param notAfter the date and time after which the certificate is
115 public CertificateValidity(Date notBefore, Date notAfter) {
117 this.notAfter = notAfter;
135 if (notBefore == null || notAfter == null
    [all...]
PrivateKeyUsageExtension.java 47 * notBefore and notAfter. The private key associated with the
54 * notAfter [1] GeneralizedTime OPTIONAL }
81 private Date notAfter = null;
85 if (notBefore == null && notAfter == null) {
98 if (notAfter != null) {
100 tmp.putGeneralizedTime(notAfter);
113 * @param notAfter the date/time after which the private key
116 public PrivateKeyUsageExtension(Date notBefore, Date notAfter)
119 this.notAfter = notAfter;
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
X509V2AttributeCertificate.java 44 private Date notAfter;
85 this.notAfter = cert.getAcinfo().getAttrCertValidityPeriod().getNotAfterTime().getDate();
121 return notAfter;
  /external/curl/lib/
x509asn1.h 108 curl_asn1Element notAfter;
  /external/conscrypt/common/src/main/java/org/conscrypt/
OpenSSLX509Certificate.java 67 private final Date notAfter;
74 notAfter = toDate(NativeCrypto.X509_get_notAfter(mContext, this));
78 private OpenSSLX509Certificate(long ctx, Date notBefore, Date notAfter) {
81 this.notAfter = notAfter;
297 return (Date) notAfter.clone();
573 OpenSSLX509Certificate copy = new OpenSSLX509Certificate(NativeCrypto.X509_dup(mContext, this), notBefore, notAfter);
  /system/timezone/tzlookup_generator/src/test/java/com/android/libcore/timezone/tzlookup/
TzLookupGeneratorTest.java 427 public void notAfter() throws Exception {
433 + "<id notafter=\"167814000000\">America/Detroit</id>\n"
434 + "<id notafter=\"152089200000\">America/Kentucky/Louisville</id>\n"
435 + "<id notafter=\"972802800000\">America/Kentucky/Monticello</id>\n"
436 + "<id notafter=\"1130652000000\">America/Indiana/Indianapolis</id>\n"
437 + "<id notafter=\"1194159600000\">America/Indiana/Vincennes</id>\n"
438 + "<id notafter=\"1173600000000\">America/Indiana/Winamac</id>\n"
439 + "<id notafter=\"183535200000\">America/Indiana/Marengo</id>\n"
440 + "<id notafter=\"247042800000\">America/Indiana/Petersburg</id>\n"
441 + "<id notafter=\"89186400000\">America/Indiana/Vevay</id>\n
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_ssl.c 836 ASN1_TIME *notBefore, *notAfter;
914 notAfter = X509_get_notAfter(certificate);
915 ASN1_TIME_print(biobuf, notAfter);
924 if (PyDict_SetItemString(retval, "notAfter", pnotAfter) < 0) {
    [all...]
  /external/curl/lib/vtls/
nss.c 874 PRTime notBefore, notAfter;
881 CERT_GetCertTimes(cert, &notBefore, &notAfter);
885 PR_ExplodeTime(notAfter, PR_GMTParameters, &printableTime);
    [all...]
  /libcore/ojluni/src/main/java/java/security/cert/
X509CertSelector.java     [all...]
  /external/boringssl/src/include/openssl/
x509.h 123 ASN1_TIME *notAfter;
524 #define X509_get_notAfter(x) ((x)->cert_info->validity->notAfter)
    [all...]
x509v3.h 167 ASN1_GENERALIZEDTIME *notAfter;
  /libcore/luni/src/test/java/tests/security/cert/
X509CertSelectorTest.java     [all...]
  /external/python/cpython2/Modules/
_ssl.c     [all...]
  /external/python/cpython3/Modules/
_ssl.c     [all...]
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-acm/1.11.18/
aws-java-sdk-acm-1.11.18.jar 
  /external/conscrypt/common/src/jni/main/cpp/conscrypt/
native_crypto.cc     [all...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-handler/4.1.0.CR3/
netty-handler-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-handler/4.1.3.Final/
netty-handler-4.1.3.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-handler/4.1.6.Final/
netty-handler-4.1.6.Final.jar 
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-ec2/1.11.18/
aws-java-sdk-ec2-1.11.18.jar 
  /external/google-tv-pairing-protocol/java/jar/
bcprov-jdk15-143.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
bcprov-jdk16-1.46.jar 

Completed in 493 milliseconds

1 2 3 4 5 6 7 8 9