Skip to content

Commit

Permalink
Document CompressionAlgorithmTags
Browse files Browse the repository at this point in the history
  • Loading branch information
vanitasvitae committed May 7, 2024
1 parent d7ffa8b commit ccf4fcf
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
package org.bouncycastle.bcpg;

/**
* Basic tags for compression algorithms
* Basic tags for compression algorithms.
*
* @see <a href="https://www.rfc-editor.org/rfc/rfc4880.html#section-9.3">
* RFC4880 - Compression Algorithms</a>
* @see <a href="https://www.ietf.org/archive/id/draft-koch-librepgp-00.html#name-compression-algorithms">
* LibrePGP - Compression Algorithms</a>
* @see <a href="https://www.ietf.org/archive/id/draft-ietf-openpgp-crypto-refresh-13.html#name-compression-algorithms">
* Crypto-Refresh - Compression Algorithms</a>
*/
public interface CompressionAlgorithmTags
{
Expand Down

0 comments on commit ccf4fcf

Please sign in to comment.