From 55de4e6c3d4cdeb7acdeb2ac50c8789be39119a2 Mon Sep 17 00:00:00 2001 From: Peter Dettman Date: Sun, 5 Mar 2023 16:54:44 +0700 Subject: Add TODO --- crypto/src/asn1/IAsn1Choice.cs | 1 + 1 file changed, 1 insertion(+) 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. *

*/ + // TODO[api] Add method to Report the smallest tag that can appear (for use with CER encoding rules). public interface IAsn1Choice { // marker interface -- cgit 1.4.1