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);
|