Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/quite/humla-spongycastle.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Hook <dgh@cryptoworkshop.com>2014-06-23 08:38:17 +0400
committerDavid Hook <dgh@cryptoworkshop.com>2014-06-23 08:38:17 +0400
commite74a1ac33a775b27e12e378fb71a0353f8698b8e (patch)
treec2ffe646b7723c8771b6dbd910dac2b98b3cf4b7 /core/src/main/java/org/bouncycastle
parentd2c1e03d12a15384ff778b0d8604ad82167ccd13 (diff)
JavaDoc
Diffstat (limited to 'core/src/main/java/org/bouncycastle')
-rw-r--r--core/src/main/java/org/bouncycastle/crypto/encodings/PKCS1Encoding.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/main/java/org/bouncycastle/crypto/encodings/PKCS1Encoding.java b/core/src/main/java/org/bouncycastle/crypto/encodings/PKCS1Encoding.java
index 0b589c9d..dec40f01 100644
--- a/core/src/main/java/org/bouncycastle/crypto/encodings/PKCS1Encoding.java
+++ b/core/src/main/java/org/bouncycastle/crypto/encodings/PKCS1Encoding.java
@@ -274,7 +274,7 @@ public class PKCS1Encoding
* @param in The encrypted block.
* @param inOff Offset in the encrypted block.
* @param inLen Length of the encrypted block.
- * @param pLen Length of the desired output.
+ * //@param pLen Length of the desired output.
* @return The plaintext without padding, or a random value if the padding was incorrect.
*
* @throws InvalidCipherTextException