Skip to content

Commit

Permalink
Add documentation to UserAttributeSubpacketTags
Browse files Browse the repository at this point in the history
  • Loading branch information
vanitasvitae committed Jul 19, 2024
1 parent 81c9116 commit c62a3d5
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,16 @@

/**
* Basic PGP user attribute sub-packet tag types.
*
* @see <a href="https://datatracker.ietf.org/doc/html/rfc4880#section-5.12">
* RFC4880 - User Attribute Packet</a>
* @see <a href="https://www.ietf.org/archive/id/draft-ietf-openpgp-crypto-refresh-13.html#name-user-attribute-packet-type-">
* C-R - User Attribute Packet</a>
*/
public interface UserAttributeSubpacketTags
{
/**
* Tag for an {@link org.bouncycastle.bcpg.attr.ImageAttribute}.
*/
int IMAGE_ATTRIBUTE = 1;
}

0 comments on commit c62a3d5

Please sign in to comment.