Skip to content

Commit e921d3c

Browse files
committed
Merge branch 'documentCompressionTags' of https://github.com/pgpainless/bc-java into pgpainless-documentCompressionTags
2 parents c5b282c + ccf4fcf commit e921d3c

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
package org.bouncycastle.bcpg;
22

33
/**
4-
* Basic tags for compression algorithms
4+
* 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>
512
*/
613
public interface CompressionAlgorithmTags
714
{

0 commit comments

Comments
 (0)