summary refs log tree commit diff
path: root/crypto/src/asn1/DerT61String.cs
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/src/asn1/DerT61String.cs')
-rw-r--r--crypto/src/asn1/DerT61String.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/crypto/src/asn1/DerT61String.cs b/crypto/src/asn1/DerT61String.cs

index 82a8b3a43..cf2123131 100644 --- a/crypto/src/asn1/DerT61String.cs +++ b/crypto/src/asn1/DerT61String.cs
@@ -77,6 +77,11 @@ namespace Org.BouncyCastle.Asn1 return str; } + internal override bool EncodeConstructed() + { + return false; + } + internal override int EncodedLength(bool withID) { return Asn1OutputStream.GetLengthOfEncodingDL(withID, str.Length);