1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-06-25 04:54:49 +02:00

Add todos

This commit is contained in:
Paul Schaub 2023-06-25 13:04:25 +02:00
parent d163a2b0a6
commit 3a994625e9
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

@ -76,6 +76,8 @@ public class Network {
/**
* Return all edges of the {@link Network}, indexed by the {@link OpenPgpFingerprint fingerprint} of the issuer.
* An edge consists of a {@link CertificationSet} containing all signatures made by the issuer on the target.
* TODO: Do we care about immutability, or can we ignore that issue since Network is only used by
* WebOfTrust anyways?
*
* @return map of edges
*/
@ -85,6 +87,8 @@ public class Network {
/**
* Return all reversed edges of the {@link Network}, indexed by the {@link OpenPgpFingerprint fingerprint} of the target.
* TODO: Do we care about immutability, or can we ignore that issue since Network is only used by
* WebOfTrust anyways?
*
* @return map of reversed edges
*/