We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c5b282c + e921d3c commit 9770aceCopy full SHA for 9770ace
pg/src/main/java/org/bouncycastle/bcpg/CompressionAlgorithmTags.java
@@ -1,7 +1,14 @@
1
package org.bouncycastle.bcpg;
2
3
/**
4
- * Basic tags for compression algorithms
+ * Basic tags for compression algorithms.
5
+ *
6
+ * @see <a href="https://www.rfc-editor.org/rfc/rfc4880.html#section-9.3">
7
+ * RFC4880 - Compression Algorithms</a>
8
+ * @see <a href="https://www.ietf.org/archive/id/draft-koch-librepgp-00.html#name-compression-algorithms">
9
+ * LibrePGP - Compression Algorithms</a>
10
+ * @see <a href="https://www.ietf.org/archive/id/draft-ietf-openpgp-crypto-refresh-13.html#name-compression-algorithms">
11
+ * Crypto-Refresh - Compression Algorithms</a>
12
*/
13
public interface CompressionAlgorithmTags
14
{
0 commit comments