summary refs log tree commit diff
path: root/crypto/test
diff options
context:
space:
mode:
authorMegan Woods <megan@flygfisk.com>2019-01-14 19:21:53 +1100
committerMegan Woods <megan@flygfisk.com>2019-01-14 19:21:53 +1100
commit11c4aef6426adcd663f51fdd8b37fbc8fdddef73 (patch)
treeaca6e2b69e9dff3c15fdd511fd2a1efe248facc5 /crypto/test
parentUpdated locations added initial example for EJBCA (diff)
downloadBouncyCastle.NET-ed25519-11c4aef6426adcd663f51fdd8b37fbc8fdddef73.tar.xz
Updated EJBCA Example
Diffstat (limited to 'crypto/test')
-rw-r--r--crypto/test/src/ejbca/test/EnrollmentExampleTest.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/crypto/test/src/ejbca/test/EnrollmentExampleTest.cs b/crypto/test/src/ejbca/test/EnrollmentExampleTest.cs
index ce023549e..3a636d8ea 100644
--- a/crypto/test/src/ejbca/test/EnrollmentExampleTest.cs
+++ b/crypto/test/src/ejbca/test/EnrollmentExampleTest.cs
@@ -67,8 +67,7 @@ namespace crypto.test.src.ejbca.test
             PkiBody pkibody = new PkiBody(PkiBody.TYPE_INIT_REQ, msgs);
             pbuilder.SetBody(pkibody);
 
-                      
-            
+                                 
             AlgorithmIdentifier digAlg = new AlgorithmIdentifier("1.3.14.3.2.26"); // SHA1
             AlgorithmIdentifier macAlg = new AlgorithmIdentifier("1.2.840.113549.2.7"); // HMAC/SHA1