1
0
Fork 0
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:
Paul Schaub 2022-05-03 11:31:19 +02:00
parent 2b37c4c9cb
commit 288f1b414b
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

@ -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