Lines Matching +refs:val +refs: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
262 DerValue val = new DerValue(ext);
263 byte[] data = val.getOctetString();
274 * get Reason Code from CRL entry.
461 DerValue val = in.getDerValue();
462 this.serialNumber = new SerialNumber(val);
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