summary refs log tree commit diff
path: root/crypto/test
diff options
context:
space:
mode:
authorMW <megan@cryptoworkshop.com>2019-01-19 13:41:32 +1100
committerMW <megan@cryptoworkshop.com>2019-01-19 13:41:32 +1100
commit8403b2552fbf65a960deb4f86c9ffbc49c79d31d (patch)
treed9c7315aa2eca17235288e73d8a50e9b8d31f771 /crypto/test
parentfixed nl (diff)
downloadBouncyCastle.NET-ed25519-8403b2552fbf65a960deb4f86c9ffbc49c79d31d.tar.xz
Provider logic for transformation names.
Diffstat (limited to '')
-rw-r--r--crypto/test/src/crmf/test/CrmfTest.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/test/src/crmf/test/CrmfTest.cs b/crypto/test/src/crmf/test/CrmfTest.cs
index 7d459ee79..5e05695f4 100644
--- a/crypto/test/src/crmf/test/CrmfTest.cs
+++ b/crypto/test/src/crmf/test/CrmfTest.cs
@@ -40,7 +40,7 @@ namespace Org.BouncyCastle.Crmf.Tests
             TestBasicMessageWithArchiveControl();
             TestBasicMessageWithArchiveControlJVMGenerated();
         }
-
+        
         [Test]
         public void TestFromJVM()
         {
@@ -103,7 +103,7 @@ namespace Org.BouncyCastle.Crmf.Tests
                 SignatureAlgorithm = "Sha1WithRSAEncryption"
             };
 
-            var cert = tcb.Build(rsaKeyPair.Private);
+            var cert = tcb.Build(rsaKeyPair.Private);         
 
             var publicKeyInfo = SubjectPublicKeyInfoFactory.CreateSubjectPublicKeyInfo(rsaKeyPair.Public);
             var privateInfo = PrivateKeyInfoFactory.CreatePrivateKeyInfo(rsaKeyPair.Private);