Home | History | Annotate | Download | only in cert

Lines Matching refs:tbsCertList

50 import org.apache.harmony.security.x509.TBSCertList;
69 private final TBSCertList tbsCertList;
102 this.tbsCertList = crl.getTbsCertList();
103 this.extensions = tbsCertList.getCrlExtensions();
116 this.tbsCertList = crl.getTbsCertList();
117 this.extensions = tbsCertList.getCrlExtensions();
155 return tbsCertList.getVersion();
164 issuer = tbsCertList.getIssuer().getX500Principal();
175 issuer = tbsCertList.getIssuer().getX500Principal();
185 return tbsCertList.getThisUpdate();
193 return tbsCertList.getNextUpdate();
197 * Retrieves the crl entries (TBSCertList.RevokedCertificate objects)
198 * from the TBSCertList structure and converts them to the
203 List rcerts = tbsCertList.getRevokedCertificates();
212 TBSCertList.RevokedCertificate rcert =
213 (TBSCertList.RevokedCertificate) rcerts.get(i);
329 tbsCertListEncoding = tbsCertList.getEncoded();
356 sigAlgOID = tbsCertList.getSignature().getAlgorithm();
371 sigAlgOID = tbsCertList.getSignature().getAlgorithm();
389 sigAlgParams = tbsCertList.getSignature().getParameters();
408 byte[] tbsEncoding = tbsCertList.getEncoded();
426 byte[] tbsEncoding = tbsCertList.getEncoded();