HomeSort by relevance Sort by last modified time
    Searched refs:CRLExtensions (Results 1 - 4 of 4) sorted by null

  /libcore/ojluni/src/main/java/sun/security/x509/
CRLExtensions.java 59 * crlExtensions [0] EXPLICIT Extensions OPTIONAL -- if present, must be v2
65 public class CRLExtensions {
74 public CRLExtensions() { }
83 public CRLExtensions(DerInputStream in) throws CRLException {
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
    [all...]
X509CRLEntryImpl.java 77 private CRLExtensions extensions = null;
106 CRLExtensions crlEntryExts) {
477 this.extensions = new CRLExtensions(derVal.toDerInputStream());
X509CRLImpl.java 84 * crlExtensions [0] EXPLICIT Extensions OPTIONAL
109 private CRLExtensions extensions = null;
248 X509CRLEntry[] badCerts, CRLExtensions crlExts)
    [all...]
  /libcore/
openjdk_java_files.mk     [all...]

Completed in 50 milliseconds