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.
1 parent d7ffa8b commit 87ed633Copy full SHA for 87ed633
pg/src/main/java/org/bouncycastle/bcpg/PublicKeyAlgorithmTags.java
@@ -1,7 +1,14 @@
1
package org.bouncycastle.bcpg;
2
3
/**
4
- * Public Key Algorithm tag numbers
+ * 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>
12
*/
13
public interface PublicKeyAlgorithmTags
14
{
0 commit comments