HomeSort by relevance Sort by last modified time
    Searched refs:X509CRLImpl (Results 1 - 3 of 3) sorted by null

  /libcore/luni/src/main/java/org/apache/harmony/security/provider/cert/
X509CRLImpl.java 62 public class X509CRLImpl extends X509CRL {
100 public X509CRLImpl(CertificateList crl) {
112 public X509CRLImpl(InputStream in) throws CRLException {
129 public X509CRLImpl(byte[] encoding) throws IOException {
X509CertFactoryImpl.java 357 result.add(new X509CRLImpl(crl));
686 X509CRL res = new X509CRLImpl(encoding);
723 res = new X509CRLImpl(encoding);
727 X509CRL res = new X509CRLImpl(inStream);
    [all...]
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/provider/cert/
X509CRLImplTest.java 44 import org.apache.harmony.security.provider.cert.X509CRLImpl;
190 private static X509CRLImpl crl;
241 crl = new X509CRLImpl(certificateList);
276 * X509CRLImpl(CertificateList crl) method testing.
281 new X509CRLImpl((CertificateList)

Completed in 70 milliseconds