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

  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/
CertificateListTest.java 109 private static List revokedCertificates = Arrays.asList(
135 nextUpdate, revokedCertificates, crlExtensions);
170 nextUpdate, revokedCertificates, crlExtensions);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
TBSCertList.java 27 * revokedCertificates SEQUENCE OF SEQUENCE {
144 ASN1Sequence revokedCertificates;
203 revokedCertificates = ASN1Sequence.getInstance(seq.getObjectAt(seqPos++));
249 if (revokedCertificates == null)
254 CRLEntry[] entries = new CRLEntry[revokedCertificates.size()];
258 entries[i] = CRLEntry.getInstance(revokedCertificates.getObjectAt(i));
266 if (revokedCertificates == null)
271 return new RevokedCertificatesEnumeration(revokedCertificates.getObjects());
297 if (revokedCertificates != null)
299 v.add(revokedCertificates);
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
TBSCertList.java 56 * revokedCertificates SEQUENCE OF SEQUENCE {
78 /** the value of revokedCertificates of the structure */
79 private final List<RevokedCertificate> revokedCertificates;
196 List<RevokedCertificate> revokedCertificates, Extensions crlExtensions,
203 this.revokedCertificates = revokedCertificates;
244 * Returns the value of revokedCertificates field of the structure.
247 return revokedCertificates;
281 && ((revokedCertificates == null || that.revokedCertificates == null
    [all...]
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/provider/cert/
X509CRLImplTest.java 124 private static List revokedCertificates = Arrays.asList(
203 nextUpdate, revokedCertificates, crlExtensions);
409 rcerts.size() == revokedCertificates.size());
  /prebuilts/sdk/tools/lib/
signapk.jar 
  /prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 

Completed in 2258 milliseconds