diff options
Diffstat (limited to 'crypto/src/asn1/Asn1ObjectDescriptor.cs')
-rw-r--r-- | crypto/src/asn1/Asn1ObjectDescriptor.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/crypto/src/asn1/Asn1ObjectDescriptor.cs b/crypto/src/asn1/Asn1ObjectDescriptor.cs index 8472043e7..20158af8e 100644 --- a/crypto/src/asn1/Asn1ObjectDescriptor.cs +++ b/crypto/src/asn1/Asn1ObjectDescriptor.cs @@ -77,6 +77,11 @@ namespace Org.BouncyCastle.Asn1 get { return m_baseGraphicString; } } + internal override bool EncodeConstructed() + { + return false; + } + internal override int EncodedLength(bool withID) { return m_baseGraphicString.EncodedLength(withID); |