From 788c72c331db25cd6b9fe85dfc20e84c85986e99 Mon Sep 17 00:00:00 2001 From: zzz Date: Fri, 1 May 2020 11:53:11 +0000 Subject: [PATCH] javadoc --- core/java/src/net/i2p/data/PublicKey.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/core/java/src/net/i2p/data/PublicKey.java b/core/java/src/net/i2p/data/PublicKey.java index 44f4180da..27a72387a 100644 --- a/core/java/src/net/i2p/data/PublicKey.java +++ b/core/java/src/net/i2p/data/PublicKey.java @@ -38,6 +38,7 @@ public class PublicKey extends SimpleDataStructure { /** * Pull from cache or return new. + * ELGAMAL_2048 only! * Deprecated - used only by deprecated Destination.readBytes(data, off) * * @throws ArrayIndexOutOfBoundsException if not enough bytes, FIXME should throw DataFormatException @@ -48,7 +49,8 @@ public class PublicKey extends SimpleDataStructure { } /** - * Pull from cache or return new + * Pull from cache or return new. + * ELGAMAL_2048 only! * @since 0.8.3 */ public static PublicKey create(InputStream in) throws IOException {