diff options
Diffstat (limited to 'crypto/src/asn1/IAsn1Choice.cs')
-rw-r--r-- | crypto/src/asn1/IAsn1Choice.cs | 1 |
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 |