mirror of
https://github.com/pgpainless/pgpainless.git
synced 2025-09-15 21:29:38 +02:00
Add documentation and removal-TODO to old OpenPgpMetadata class
This commit is contained in:
parent
5ce3865a8f
commit
30792b06aa
1 changed files with 6 additions and 0 deletions
|
@ -27,6 +27,12 @@ import org.pgpainless.key.OpenPgpFingerprint;
|
|||
import org.pgpainless.key.SubkeyIdentifier;
|
||||
import org.pgpainless.util.SessionKey;
|
||||
|
||||
/**
|
||||
* Legacy class containing metadata about an OpenPGP message.
|
||||
* It is advised to use {@link MessageMetadata} instead.
|
||||
*
|
||||
* TODO: Remove in 1.5.X
|
||||
*/
|
||||
public class OpenPgpMetadata {
|
||||
|
||||
private final Set<Long> recipientKeyIds;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue