mirror of
https://github.com/pgpainless/pgpainless.git
synced 2025-09-10 18:59:39 +02:00
Convert links in javadoc to html
This commit is contained in:
parent
babd1542e3
commit
2ce4486e89
6 changed files with 10 additions and 8 deletions
|
@ -28,7 +28,7 @@ public class PGPPublicKeyRingTest {
|
|||
* Learning test to see if BC also makes userids available on subkeys.
|
||||
* It does not.
|
||||
*
|
||||
* see also https://security.stackexchange.com/questions/92635/is-it-possible-to-assign-different-uids-to-subkeys-for-the-purpose-of-having-mul
|
||||
* @see <a href="https://security.stackexchange.com/questions/92635/is-it-possible-to-assign-different-uids-to-subkeys-for-the-purpose-of-having-mul>Stackexchange link</a>
|
||||
*/
|
||||
@Test
|
||||
public void subkeysDoNotHaveUserIDsTest() throws InvalidAlgorithmParameterException, NoSuchAlgorithmException, PGPException {
|
||||
|
|
|
@ -13,7 +13,7 @@ import org.pgpainless.PGPainless;
|
|||
* This class contains a set of slightly out of spec or weird keys.
|
||||
* Those are used to test whether implementations behave correctly when dealing with such keys.
|
||||
*
|
||||
* Original source: https://gitlab.com/sequoia-pgp/weird-keys
|
||||
* @see <a href="https://gitlab.com/sequoia-pgp/weird-keys">Original Source</a>
|
||||
*/
|
||||
public class WeirdKeys {
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ import org.pgpainless.util.TestAllImplementations;
|
|||
import org.pgpainless.util.Passphrase;
|
||||
|
||||
/**
|
||||
* Reproduce behavior of https://github.com/pgpainless/pgpainless/issues/16
|
||||
* Reproduce behavior of <a href="https://github.com/pgpainless/pgpainless/issues/16>this issue</a>
|
||||
* and verify that the fix is working.
|
||||
*
|
||||
* The issue is that the implementation of {@link Passphrase#emptyPassphrase()} would set the underlying
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue