Searched refs:revokedCertificates (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/org/apache/harmony/security/x509/
H A DTBSCertList.java56 * revokedCertificates SEQUENCE OF SEQUENCE {
78 /** the value of revokedCertificates of the structure */
79 private final List<RevokedCertificate> revokedCertificates; field in class:TBSCertList
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
194 TBSCertList(int version, AlgorithmIdentifier signature, Name issuer, Date thisUpdate, Date nextUpdate, List<RevokedCertificate> revokedCertificates, Extensions crlExtensions, byte[] encoding) argument
[all...]

Completed in 59 milliseconds