Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/quite/humla-spongycastle.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorDavid Hook <dgh@cryptoworkshop.com>2014-05-09 07:08:05 +0400
committerDavid Hook <dgh@cryptoworkshop.com>2014-05-09 07:08:05 +0400
commitf9581a9cde7af42707a4aa2cc5e3b7a50d92d5fe (patch)
tree82d83917f0a645d80d8c52c701113857f86cfc9c /misc
parentf94591a4e9908a64562bc3f4ac3d2507b97e67f7 (diff)
fixed typo.
further UserIDPacket changes
Diffstat (limited to 'misc')
-rw-r--r--misc/src/main/java/org/bouncycastle/jcajce/examples/PKCS12Example.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/src/main/java/org/bouncycastle/jcajce/examples/PKCS12Example.java b/misc/src/main/java/org/bouncycastle/jcajce/examples/PKCS12Example.java
index ff2902db..d64a0db2 100644
--- a/misc/src/main/java/org/bouncycastle/jcajce/examples/PKCS12Example.java
+++ b/misc/src/main/java/org/bouncycastle/jcajce/examples/PKCS12Example.java
@@ -156,7 +156,7 @@ public class PKCS12Example
}
/**
- * we generate a certificate signed by our CA's intermediate certficate
+ * we generate a certificate signed by our CA's intermediate certificate
*/
public static Certificate createCert(
PublicKey pubKey,