jdk/src/share/classes/java/security/cert/PKIXRevocationChecker.java
changeset 19828 b4f91bc595fe
parent 19820 9ee1d7810f50
child 21334 c60dfce46a77
equal deleted inserted replaced
19827:082c76535c1f 19828:b4f91bc595fe
   101     private X509Certificate ocspResponderCert;
   101     private X509Certificate ocspResponderCert;
   102     private List<Extension> ocspExtensions = Collections.<Extension>emptyList();
   102     private List<Extension> ocspExtensions = Collections.<Extension>emptyList();
   103     private Map<X509Certificate, byte[]> ocspResponses = Collections.emptyMap();
   103     private Map<X509Certificate, byte[]> ocspResponses = Collections.emptyMap();
   104     private Set<Option> options = Collections.emptySet();
   104     private Set<Option> options = Collections.emptySet();
   105 
   105 
       
   106     /**
       
   107      * Default constructor.
       
   108      */
   106     protected PKIXRevocationChecker() {}
   109     protected PKIXRevocationChecker() {}
   107 
   110 
   108     /**
   111     /**
   109      * Sets the URI that identifies the location of the OCSP responder. This
   112      * Sets the URI that identifies the location of the OCSP responder. This
   110      * overrides the {@code ocsp.responderURL} security property and any
   113      * overrides the {@code ocsp.responderURL} security property and any