mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +02:00
8283525: http://tools.ietf.org/html/* URLs return 404
Reviewed-by: coffeys
This commit is contained in:
parent
dbfac3c99c
commit
63fec5da27
32 changed files with 60 additions and 60 deletions
|
@ -29,7 +29,7 @@ import java.security.spec.AlgorithmParameterSpec;
|
|||
|
||||
/**
|
||||
* This class specifies the parameters used with the
|
||||
* <a href="http://tools.ietf.org/html/rfc2040"><i>RC5</i></a>
|
||||
* <a href="https://tools.ietf.org/html/rfc2040"><i>RC5</i></a>
|
||||
* algorithm.
|
||||
*
|
||||
* <p> The parameters consist of a version number, a rounds count, a word
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue