Skip to content

Commit 87ed633

Browse files
committed
Refer to public key algorithm registries
1 parent d7ffa8b commit 87ed633

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

pg/src/main/java/org/bouncycastle/bcpg/PublicKeyAlgorithmTags.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-
* Public Key Algorithm tag numbers
4+
* Public Key Algorithm IDs.
5+
*
6+
* @see <a href="RFC4880 - Public-Key Algorithms">
7+
* https://www.rfc-editor.org/rfc/rfc4880.html#section-9.1</a>
8+
* @see <a href="LibrePGP - Public-Key Algorithms">
9+
* https://www.ietf.org/archive/id/draft-koch-librepgp-00.html#name-public-key-algorithms</a>
10+
* @see <a href="Crypto-Refresh - Public-Key Algorithms">
11+
* https://www.ietf.org/archive/id/draft-ietf-openpgp-crypto-refresh-13.html#name-public-key-algorithms</a>
512
*/
613
public interface PublicKeyAlgorithmTags
714
{

0 commit comments

Comments
 (0)