[java-oidc-common] branch main updated: Javadoc fixes.
Henri Mikkonen
henri.mikkonen at iki.fi
Mon Jan 30 07:09:45 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=44e8a1a62290c43f6da80247ebc4d12702040662
The following commit(s) were added to refs/heads/main by this push:
new 44e8a1a Javadoc fixes.
44e8a1a is described below
commit 44e8a1a62290c43f6da80247ebc4d12702040662
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Mon Jan 30 09:09:40 2023 +0200
Javadoc fixes.
---
.../credential/impl/BasicJOSEObjectCredentialResolver.java | 1 -
.../security/jose/impl/DefaultEncryptionParametersResolver.java | 8 +++-----
2 files changed, 3 insertions(+), 6 deletions(-)
diff --git a/oidc-common-crypto-impl/src/main/java/net/shibboleth/oidc/security/credential/impl/BasicJOSEObjectCredentialResolver.java b/oidc-common-crypto-impl/src/main/java/net/shibboleth/oidc/security/credential/impl/BasicJOSEObjectCredentialResolver.java
index 60a605e..08a4da1 100644
--- a/oidc-common-crypto-impl/src/main/java/net/shibboleth/oidc/security/credential/impl/BasicJOSEObjectCredentialResolver.java
+++ b/oidc-common-crypto-impl/src/main/java/net/shibboleth/oidc/security/credential/impl/BasicJOSEObjectCredentialResolver.java
@@ -249,7 +249,6 @@ public class BasicJOSEObjectCredentialResolver extends AbstractCriteriaFiltering
* <p>Only supports symmetric key encryption algorithms. Request for asymmetric key encryption algorithms are
* ignored.</p>
*
- * @param usageType are we creating a key suitable for MAC signing or encryption
* @param secretCred the raw client_secret credential
* @param criteriaSet the criteria set used to find algorithm details for encryption keys
*
diff --git a/oidc-common-crypto-impl/src/main/java/net/shibboleth/oidc/security/jose/impl/DefaultEncryptionParametersResolver.java b/oidc-common-crypto-impl/src/main/java/net/shibboleth/oidc/security/jose/impl/DefaultEncryptionParametersResolver.java
index 7cbb806..08c4608 100644
--- a/oidc-common-crypto-impl/src/main/java/net/shibboleth/oidc/security/jose/impl/DefaultEncryptionParametersResolver.java
+++ b/oidc-common-crypto-impl/src/main/java/net/shibboleth/oidc/security/jose/impl/DefaultEncryptionParametersResolver.java
@@ -389,9 +389,6 @@ public class DefaultEncryptionParametersResolver extends AbstractSecurityParamet
* @param criteria the set of criterion passed into additional source implementations
* @param keyTransportAlgorithms the set of supported key transport algorithms
* @param dataEncryptionAlgorithms the set of supported data encryption algorithms
- * @param keyTransportCredentials the list of local key transport credentials that might
- * represent a private/secret key from configuration
- * @param dataEncryptionCredentials the list of local data encryption credentials
* @param params the encryption parameters to add the credential to
*/
protected void resolveCredentialForSupportedAlgorithm(
@@ -433,8 +430,8 @@ public class DefaultEncryptionParametersResolver extends AbstractSecurityParamet
* encryption algorithm used as no further derivation occurs here. </p>
*
* @param params the parameter context to stash the resolved encryption parameters
+ * @param criteria the set of criterion passed into additional source implementations
* @param dataEncryptionAlgorithms the data encryption algorithms
- * @param dataEncryptionCredentials the data encryption credentials
* @param algorithm the direct encryption algorithm
*/
private boolean buildDirectEncryptionParameters(@Nonnull final EncryptionParameters params,
@@ -480,8 +477,8 @@ public class DefaultEncryptionParametersResolver extends AbstractSecurityParamet
* key management algorithm used as no further derivation occurs here. </p>
*
* @param params the parameter context to stash the resolved encryption parameters
+ * @param criteria the set of criterion passed into additional source implementations
* @param dataEncryptionAlgorithms the data encryption algorithms
- * @param keyTransportCredentials the key transport encryption credentials
* @param algorithm the key wrapping algorithm
*/
private boolean buildKeyWrappingParameters(@Nonnull final EncryptionParameters params,
@@ -521,6 +518,7 @@ public class DefaultEncryptionParametersResolver extends AbstractSecurityParamet
* Build key encryption parameters from the key transport encryption credentials input.
*
* @param params the parameter context to stash the resolved encryption parameters
+ * @param criteria the set of criterion passed into additional source implementations
* @param dataEncryptionAlgorithms the data encryption algorithms
* @param algorithm the key encryption algorithm
*/
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list