mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8262992: Improve @see
output
Reviewed-by: jjg
This commit is contained in:
parent
d2b53509c0
commit
e0c86884e5
23 changed files with 394 additions and 227 deletions
|
@ -91,10 +91,10 @@ import java.util.Set;
|
|||
*
|
||||
* @see <a href="http://www.ietf.org/rfc/rfc2560.txt"><i>RFC 2560: X.509
|
||||
* Internet Public Key Infrastructure Online Certificate Status Protocol -
|
||||
* OCSP</i></a>, <br><a
|
||||
* href="http://www.ietf.org/rfc/rfc5280.txt"><i>RFC 5280: Internet X.509
|
||||
* Public Key Infrastructure Certificate and Certificate Revocation List (CRL)
|
||||
* Profile</i></a>
|
||||
* OCSP</i></a>
|
||||
* @see <a href="http://www.ietf.org/rfc/rfc5280.txt"><i>RFC 5280:
|
||||
* Internet X.509 Public Key Infrastructure Certificate and Certificate
|
||||
* Revocation List (CRL) Profile</i></a>
|
||||
*/
|
||||
public abstract class PKIXRevocationChecker extends PKIXCertPathChecker {
|
||||
private URI ocspResponder;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue