summaryrefslogtreecommitdiff
path: root/java/security/spec/PSSParameterSpec.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/security/spec/PSSParameterSpec.java')
-rw-r--r--java/security/spec/PSSParameterSpec.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/security/spec/PSSParameterSpec.java b/java/security/spec/PSSParameterSpec.java
index f2a83d967..92a6c9edd 100644
--- a/java/security/spec/PSSParameterSpec.java
+++ b/java/security/spec/PSSParameterSpec.java
@@ -40,7 +40,7 @@ package java.security.spec;
/**
* An implementation of {@link AlgorithmParameterSpec} for the RSA PSS encoding
* scheme.
- *
+ *
* @since 1.4
* @see AlgorithmParameterSpec
* @see java.security.Signature
@@ -58,7 +58,7 @@ public class PSSParameterSpec implements AlgorithmParameterSpec
/**
* Construct a new instance of <code>PSSParameterSpec</code> given a salt
* length.
- *
+ *
* @param saltLen
* the length in bits of the salt.
* @throws IllegalArgumentException