diff options
author | MW <megan@cryptoworkshop.com> | 2019-01-19 13:41:32 +1100 |
---|---|---|
committer | MW <megan@cryptoworkshop.com> | 2019-01-19 13:41:32 +1100 |
commit | 8403b2552fbf65a960deb4f86c9ffbc49c79d31d (patch) | |
tree | d9c7315aa2eca17235288e73d8a50e9b8d31f771 /crypto/test/src/crmf | |
parent | fixed nl (diff) | |
download | BouncyCastle.NET-ed25519-8403b2552fbf65a960deb4f86c9ffbc49c79d31d.tar.xz |
Provider logic for transformation names.
Diffstat (limited to 'crypto/test/src/crmf')
-rw-r--r-- | crypto/test/src/crmf/test/CrmfTest.cs | 4 |
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); |