summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2023-03-05 16:54:44 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2023-03-05 16:54:44 +0700
commit55de4e6c3d4cdeb7acdeb2ac50c8789be39119a2 (patch)
tree9e00a8f122d825ceed77cb4cdba3409c31295b5d
parentImprove Asn1 encoding (diff)
downloadBouncyCastle.NET-ed25519-55de4e6c3d4cdeb7acdeb2ac50c8789be39119a2.tar.xz
Add TODO
-rw-r--r--crypto/src/asn1/IAsn1Choice.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/src/asn1/IAsn1Choice.cs b/crypto/src/asn1/IAsn1Choice.cs
index ecd76e427..7ca87d48a 100644
--- a/crypto/src/asn1/IAsn1Choice.cs
+++ b/crypto/src/asn1/IAsn1Choice.cs
@@ -10,6 +10,7 @@ namespace Org.BouncyCastle.Asn1
 	 * pattern which takes a tag object and the tagging mode used. 
 	 * </p>
 	 */
+	// TODO[api] Add method to Report the smallest tag that can appear (for use with CER encoding rules).
 	public interface IAsn1Choice
 	{
 		// marker interface