summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--crypto/src/util/IEncodable.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/src/util/IEncodable.cs b/crypto/src/util/IEncodable.cs

index 426394f35..3a9080c84 100644 --- a/crypto/src/util/IEncodable.cs +++ b/crypto/src/util/IEncodable.cs
@@ -8,5 +8,8 @@ namespace Org.BouncyCastle.Utilities /// <returns>An encoding of this object as a byte array.</returns> /// <exception cref="IOException"/> byte[] GetEncoded(); + + // TODO[api] + //void EncodeTo(Stream output); } }