Home
last modified time | relevance | path

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

/libcore/ojluni/annotations/hiddenapi/sun/security/x509/
DX509CRLEntryImpl.java29 public class X509CRLEntryImpl extends java.security.cert.X509CRLEntry class
32 public X509CRLEntryImpl(java.math.BigInteger num, java.util.Date date) { in X509CRLEntryImpl() method in X509CRLEntryImpl
36 public X509CRLEntryImpl( in X509CRLEntryImpl() method in X509CRLEntryImpl
43 public X509CRLEntryImpl(byte[] revokedCert) throws java.security.cert.CRLException { in X509CRLEntryImpl() method in X509CRLEntryImpl
47 public X509CRLEntryImpl(sun.security.util.DerValue derValue) in X509CRLEntryImpl() method in X509CRLEntryImpl
/libcore/ojluni/src/main/java/sun/security/x509/
DX509CRLEntryImpl.java70 public class X509CRLEntryImpl extends X509CRLEntry class
89 public X509CRLEntryImpl(BigInteger num, Date date) { in X509CRLEntryImpl() method in X509CRLEntryImpl
103 public X509CRLEntryImpl(BigInteger num, Date date, in X509CRLEntryImpl() method in X509CRLEntryImpl
116 public X509CRLEntryImpl(byte[] revokedCert) throws CRLException { in X509CRLEntryImpl() method in X509CRLEntryImpl
131 public X509CRLEntryImpl(DerValue derValue) throws CRLException { in X509CRLEntryImpl() method in X509CRLEntryImpl