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-05-26 05:19:42 +0400
committerDavid Hook <dgh@cryptoworkshop.com>2014-05-26 05:19:42 +0400
commitd292e33e2ee0caf7fcb2ee10c445deb0730ebb9d (patch)
tree854f94c1a5f98bc495e7c9126fbbc1fdfbc76551 /core/src/main/java/org/bouncycastle
parentbcb4a3c919781b429528bd554537a3aae84f9410 (diff)
JavaDoc
Diffstat (limited to 'core/src/main/java/org/bouncycastle')
-rw-r--r--core/src/main/java/org/bouncycastle/crypto/io/CipherInputStream.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/src/main/java/org/bouncycastle/crypto/io/CipherInputStream.java b/core/src/main/java/org/bouncycastle/crypto/io/CipherInputStream.java
index d5662829..8d5b99b2 100644
--- a/core/src/main/java/org/bouncycastle/crypto/io/CipherInputStream.java
+++ b/core/src/main/java/org/bouncycastle/crypto/io/CipherInputStream.java
@@ -74,8 +74,8 @@ public class CipherInputStream
}
/**
- * Constructs a CipherInputStream from an InputStream and a
- * BufferedBlockCipher.
+ * Constructs a CipherInputStream from an InputStream, a
+ * BufferedBlockCipher, and a specified internal buffer size.
*/
public CipherInputStream(
InputStream is,
@@ -90,7 +90,7 @@ public class CipherInputStream
}
/**
- * Constructs a CipherInputStream from an InputStream and a StreamCipher.
+ * Constructs a CipherInputStream from an InputStream, a StreamCipher, and a specified internal buffer size.
*/
public CipherInputStream(
InputStream is,
@@ -105,7 +105,7 @@ public class CipherInputStream
}
/**
- * Constructs a CipherInputStream from an InputStream and an AEADBlockCipher.
+ * Constructs a CipherInputStream from an InputStream, an AEADBlockCipher, and a specified internal buffer size.
*/
public CipherInputStream(
InputStream is,