mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-12-23 11:27:57 +01:00
Fix javadoc links
This commit is contained in:
parent
2b37c4c9cb
commit
288f1b414b
1 changed files with 2 additions and 4 deletions
|
@ -452,8 +452,7 @@ public final class Policy {
|
||||||
*
|
*
|
||||||
* This policy is inspired by Sequoia-PGP's collision resistant algorithm policy.
|
* This policy is inspired by Sequoia-PGP's collision resistant algorithm policy.
|
||||||
*
|
*
|
||||||
* @see <a href="https://gitlab.com/sequoia-pgp/sequoia/-/blob/main/openpgp/src/policy.rs#L604">
|
* @see <a href="https://gitlab.com/sequoia-pgp/sequoia/-/blob/main/openpgp/src/policy.rs#L604">Sequoia-PGP's Collision Resistant Algorithm Policy</a>
|
||||||
* Sequoia-PGP's Collision Resistant Algorithm Policy</a>
|
|
||||||
*
|
*
|
||||||
* @return smart signature algorithm policy
|
* @return smart signature algorithm policy
|
||||||
*/
|
*/
|
||||||
|
@ -618,8 +617,7 @@ public final class Policy {
|
||||||
* Basically this policy requires keys based on elliptic curves to have a bit strength of at least 250,
|
* Basically this policy requires keys based on elliptic curves to have a bit strength of at least 250,
|
||||||
* and keys based on prime number factorization / discrete logarithm problems to have a strength of at least 2000 bits.
|
* and keys based on prime number factorization / discrete logarithm problems to have a strength of at least 2000 bits.
|
||||||
*
|
*
|
||||||
* @see <a href="https://www.bsi.bund.de/SharedDocs/Downloads/EN/BSI/Publications/TechGuidelines/TG02102/BSI-TR-02102-1.pdf">
|
* @see <a href="https://www.bsi.bund.de/SharedDocs/Downloads/EN/BSI/Publications/TechGuidelines/TG02102/BSI-TR-02102-1.pdf">BSI - Technical Guideline - Cryptographic Mechanisms: Recommendations and Key Lengths (2021-01)</a>
|
||||||
* BSI - Technical Guideline - Cryptographic Mechanisms: Recommendations and Key Lengths (2021-01)</a>
|
|
||||||
* @see <a href="https://www.keylength.com/">BlueKrypt | Cryptographic Key Length Recommendation</a>
|
* @see <a href="https://www.keylength.com/">BlueKrypt | Cryptographic Key Length Recommendation</a>
|
||||||
*
|
*
|
||||||
* @return default algorithm policy
|
* @return default algorithm policy
|
||||||
|
|
Loading…
Reference in a new issue