mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-15 17:02:06 +01:00
Add documentation and removal-TODO to old OpenPgpMetadata class
This commit is contained in:
parent
4e4c095d8d
commit
6ba7e91f2a
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.key.SubkeyIdentifier;
|
||||||
import org.pgpainless.util.SessionKey;
|
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 {
|
public class OpenPgpMetadata {
|
||||||
|
|
||||||
private final Set<Long> recipientKeyIds;
|
private final Set<Long> recipientKeyIds;
|
||||||
|
|
Loading…
Reference in a new issue