summary refs log tree commit diff
path: root/crypto/src/util/IEncodable.cs
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2023-12-14 22:15:46 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2023-12-14 22:15:46 +0700
commit22895329421d3d209f05169411d1ec6e358c922b (patch)
treef3301b880fe6e45dc7c49cb324de508a39cf160e /crypto/src/util/IEncodable.cs
parentRefactoring in BcTlsSecret (diff)
downloadBouncyCastle.NET-ed25519-22895329421d3d209f05169411d1ec6e358c922b.tar.xz
Add TODO
Diffstat (limited to 'crypto/src/util/IEncodable.cs')
-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);
     }
 }