Skip to content

Commit

Permalink
Document the purpose of the UserDataPacket interface
Browse files Browse the repository at this point in the history
  • Loading branch information
vanitasvitae committed Jul 18, 2024
1 parent fd07a8f commit 81c9116
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pg/src/main/java/org/bouncycastle/bcpg/UserDataPacket.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
package org.bouncycastle.bcpg;

/**
* Superclass for user identities ({@link UserIDPacket}, {@link UserAttributePacket}).
* The superclass is used to hold different user identity objects in the same collection.
*/
public interface UserDataPacket
{

Expand Down

0 comments on commit 81c9116

Please sign in to comment.