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

/openjdk7/jdk/test/sun/security/provider/X509Factory/
H A DBigCRL.java68 CRLExtensions ext = new CRLExtensions();
/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...]
H A DX509CRLEntryImpl.java77 private CRLExtensions extensions = null;
106 CRLExtensions crlEntryExts) {
477 this.extensions = new CRLExtensions(derVal.toDerInputStream());
H A DX509CRLImpl.java109 private CRLExtensions extensions = null;
248 X509CRLEntry[] badCerts, CRLExtensions crlExts)
1119 extensions = new CRLExtensions(tmp.data);
/openjdk7/jdk/src/share/classes/sun/security/tools/
H A DKeyTool.java1284 CRLExtensions ext = new CRLExtensions();

Completed in 85 milliseconds