summary refs log tree commit diff
path: root/crypto/src/x509/X509CrlEntry.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--crypto/src/x509/X509CrlEntry.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/src/x509/X509CrlEntry.cs b/crypto/src/x509/X509CrlEntry.cs
index 9e3608c18..9660a7099 100644
--- a/crypto/src/x509/X509CrlEntry.cs
+++ b/crypto/src/x509/X509CrlEntry.cs
@@ -188,7 +188,7 @@ namespace Org.BouncyCastle.X509
 
 						if (ext.Value != null)
 						{
-							Asn1Object obj = Asn1Object.FromByteArray(ext.Value.GetOctets());
+                            Asn1Object obj = X509ExtensionUtilities.FromExtensionValue(ext.Value);
 
 							buf.Append("                       critical(")
 								.Append(ext.IsCritical)