Home
last modified time | relevance | path

Searched defs:X509CRLEntryImpl (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/sun/security/x509/
DX509CRLEntryImpl.java72 public class X509CRLEntryImpl extends X509CRLEntry class
91 public X509CRLEntryImpl(BigInteger num, Date date) { in X509CRLEntryImpl() method in X509CRLEntryImpl
105 public X509CRLEntryImpl(BigInteger num, Date date, in X509CRLEntryImpl() method in X509CRLEntryImpl
118 public X509CRLEntryImpl(byte[] revokedCert) throws CRLException { in X509CRLEntryImpl() method in X509CRLEntryImpl
133 public X509CRLEntryImpl(DerValue derValue) throws CRLException { in X509CRLEntryImpl() method in X509CRLEntryImpl