Home
last modified time | relevance | path

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

/libcore/ojluni/annotations/hiddenapi/sun/security/x509/
DX509CRLEntryImpl.java43 public X509CRLEntryImpl(byte[] revokedCert) throws java.security.cert.CRLException { in X509CRLEntryImpl()
157 private byte[] revokedCert; field in X509CRLEntryImpl
/libcore/ojluni/src/main/java/sun/security/x509/
DX509CRLEntryImpl.java76 private byte[] revokedCert = null; field in X509CRLEntryImpl
116 public X509CRLEntryImpl(byte[] revokedCert) throws CRLException { in X509CRLEntryImpl()