Skip to content

Commit 3761069

Browse files
committed
Add documentation to UserAttributeSubpacketTags
1 parent 0518ada commit 3761069

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pg/src/main/java/org/bouncycastle/bcpg/UserAttributeSubpacketTags.java

+8
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,16 @@
22

33
/**
44
* 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>
510
*/
611
public interface UserAttributeSubpacketTags
712
{
13+
/**
14+
* Tag for an {@link org.bouncycastle.bcpg.attr.ImageAttribute}.
15+
*/
816
int IMAGE_ATTRIBUTE = 1;
917
}

0 commit comments

Comments
 (0)