We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0518ada commit 3761069Copy full SHA for 3761069
pg/src/main/java/org/bouncycastle/bcpg/UserAttributeSubpacketTags.java
@@ -2,8 +2,16 @@
2
3
/**
4
* Basic PGP user attribute sub-packet tag types.
5
+ *
6
+ * @see <a href="https://datatracker.ietf.org/doc/html/rfc4880#section-5.12">
7
+ * RFC4880 - User Attribute Packet</a>
8
+ * @see <a href="https://www.ietf.org/archive/id/draft-ietf-openpgp-crypto-refresh-13.html#name-user-attribute-packet-type-">
9
+ * C-R - User Attribute Packet</a>
10
*/
11
public interface UserAttributeSubpacketTags
12
{
13
+ /**
14
+ * Tag for an {@link org.bouncycastle.bcpg.attr.ImageAttribute}.
15
+ */
16
int IMAGE_ATTRIBUTE = 1;
17
}
0 commit comments