[java-oidc-common] 01/02: Fix Javadoc
Henri Mikkonen
henri.mikkonen at iki.fi
Tue Feb 21 07:24:53 UTC 2023
This is an automated email from the git hooks/post-receive script.
hjmikkon pushed a commit to branch main
in repository java-oidc-common.
View the commit online:
http://git.shibboleth.net/view/?p=java-oidc-common.git;a=commit;h=55837157373ac6abdf5943d007271977f6708e02
commit 55837157373ac6abdf5943d007271977f6708e02
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Tue Feb 21 09:24:02 2023 +0200
Fix Javadoc
---
.../net/shibboleth/oidc/security/credential/JWACredentialSupport.java | 2 +-
.../credential/impl/EvaluableMACKeyLengthCredentialCriterion.java | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/oidc-common-crypto-api/src/main/java/net/shibboleth/oidc/security/credential/JWACredentialSupport.java b/oidc-common-crypto-api/src/main/java/net/shibboleth/oidc/security/credential/JWACredentialSupport.java
index 39620f3..b3494ca 100644
--- a/oidc-common-crypto-api/src/main/java/net/shibboleth/oidc/security/credential/JWACredentialSupport.java
+++ b/oidc-common-crypto-api/src/main/java/net/shibboleth/oidc/security/credential/JWACredentialSupport.java
@@ -45,7 +45,7 @@ public final class JWACredentialSupport {
/**
* Returns true of the key is not null and is an EC key.
*
- * @param cred the credential to test
+ * @param key the key to test
*
* @return true if either a private or public EC key exists
*/
diff --git a/oidc-common-crypto-impl/src/main/java/net/shibboleth/oidc/security/credential/impl/EvaluableMACKeyLengthCredentialCriterion.java b/oidc-common-crypto-impl/src/main/java/net/shibboleth/oidc/security/credential/impl/EvaluableMACKeyLengthCredentialCriterion.java
index 801335f..9d8a59f 100644
--- a/oidc-common-crypto-impl/src/main/java/net/shibboleth/oidc/security/credential/impl/EvaluableMACKeyLengthCredentialCriterion.java
+++ b/oidc-common-crypto-impl/src/main/java/net/shibboleth/oidc/security/credential/impl/EvaluableMACKeyLengthCredentialCriterion.java
@@ -34,7 +34,7 @@ public class EvaluableMACKeyLengthCredentialCriterion extends AbstractTriStatePr
/**
* Constructor.
*
- * @param criteria the criteria which is the basis for evaluation. MUST be a MAC algorithm.
+ * @param algorithm the algorithm which is the basis for evaluation. MUST be a MAC algorithm.
*/
public EvaluableMACKeyLengthCredentialCriterion(@Nonnull final JWSAlgorithm algorithm) {
alg = Constraint.isNotNull(algorithm, "MAC Algorithm can not be null");
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list