Lines Matching defs:entry
44 * This class is for each entry in the <code>revokedCertificates</code>,
85 * Constructs a revoked certificate entry using the given
97 * Constructs a revoked certificate entry using the given
98 * serial number, revocation date and the entry
103 * @param crlEntryExts the extensions for this entry.
143 * Returns true if this revoked certificate entry has
146 * @return true if this CRL entry has extensions, otherwise
274 * get Reason Code from CRL entry.
485 public static X509CRLEntryImpl toImpl(X509CRLEntry entry)
487 if (entry instanceof X509CRLEntryImpl) {
488 return (X509CRLEntryImpl)entry;
490 return new X509CRLEntryImpl(entry.getEncoded());
505 * Returns all extensions for this entry in a map