summaryrefslogtreecommitdiff
path: root/gnu/java/security/sig/SignatureCodecFactory.java
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/java/security/sig/SignatureCodecFactory.java')
-rw-r--r--gnu/java/security/sig/SignatureCodecFactory.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/java/security/sig/SignatureCodecFactory.java b/gnu/java/security/sig/SignatureCodecFactory.java
index c5b2ccd4b..0026ad164 100644
--- a/gnu/java/security/sig/SignatureCodecFactory.java
+++ b/gnu/java/security/sig/SignatureCodecFactory.java
@@ -74,7 +74,7 @@ public class SignatureCodecFactory
* When the encoding format name is missing, the Raw encoding format is
* assumed. When this is the case the trailing forward slash is discarded from
* the name.
- *
+ *
* @param name the case-insensitive, possibly composed, signature codec name.
* @return an instance of the signaturecodec, or <code>null</code> if none
* found.
@@ -107,7 +107,7 @@ public class SignatureCodecFactory
/**
* Returns an instance of a signature codec given the canonical name of the
* signature algorithm, and that of the encoding format.
- *
+ *
* @param name the case-insensitive signature algorithm name.
* @param format the name of the format to use when encodigng/decoding
* signatures generated by the named algorithm.
@@ -127,7 +127,7 @@ public class SignatureCodecFactory
* Returns an instance of a signature codec given the canonical name of the
* signature algorithm, and the identifier of the format to use when
* encoding/decoding signatures generated by that algorithm.
- *
+ *
* @param name the case-insensitive signature algorithm name.
* @param formatID the identifier of the format to use when encoding /
* decoding signatures generated by the designated algorithm.