Searched defs:CRLExtensions (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/x509/
H A DCRLExtensions.java65 public class CRLExtensions { class
74 public CRLExtensions() { } method in class:CRLExtensions
83 public CRLExtensions(DerInputStream in) throws CRLException { method in class:CRLExtensions
241 * Compares this CRLExtensions for equality with the specified
243 * <code>instanceof</code> <code>CRLExtensions</code>, then
246 * @param other the object to test for equality with this CRLExtensions.
253 if (!(other instanceof CRLExtensions))
256 ((CRLExtensions)other).getAllExtensions();
281 * Returns a hashcode value for this CRLExtensions.
290 * Returns a string representation of this <tt>CRLExtensions</t
[all...]

Completed in 30 milliseconds