[java-opensaml] branch main updated: Fix more fatal Javadoc errors.
Brent Putman
putmanb at georgetown.edu
Tue Mar 2 05:30:56 UTC 2021
This is an automated email from the git hooks/post-receive script.
putmanb pushed a commit to branch main
in repository java-opensaml.
View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=2dfbc160d2bc0c22084c9d2fec901a62cac744e2
The following commit(s) were added to refs/heads/main by this push:
new 2dfbc160d Fix more fatal Javadoc errors.
2dfbc160d is described below
commit 2dfbc160d2bc0c22084c9d2fec901a62cac744e2
Author: Brent Putman <putmanb at georgetown.edu>
AuthorDate: Tue Mar 2 00:23:17 2021 -0500
Fix more fatal Javadoc errors.
---
.../src/main/java/org/opensaml/security/crypto/ec/ECSupport.java | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/opensaml-security-api/src/main/java/org/opensaml/security/crypto/ec/ECSupport.java b/opensaml-security-api/src/main/java/org/opensaml/security/crypto/ec/ECSupport.java
index 2f611f242..9897c4dd3 100644
--- a/opensaml-security-api/src/main/java/org/opensaml/security/crypto/ec/ECSupport.java
+++ b/opensaml-security-api/src/main/java/org/opensaml/security/crypto/ec/ECSupport.java
@@ -26,6 +26,7 @@ import java.security.NoSuchAlgorithmException;
import java.security.NoSuchProviderException;
import java.security.interfaces.ECPrivateKey;
import java.security.interfaces.ECPublicKey;
+import java.security.spec.AlgorithmParameterSpec;
import java.security.spec.ECParameterSpec;
import java.security.spec.ECPoint;
import java.security.spec.EllipticCurve;
@@ -104,7 +105,7 @@ public final class ECSupport {
*
* @throws NoSuchAlgorithmException if algorithm is unknown
* @throws NoSuchProviderException if provider is unknown
- * @throws InvalidKeyException if supplied key is invalid
+ * @throws InvalidAlgorithmParameterException if the public key's {@link ECParameterSpec} is not supported
*/
public static KeyPair generateCompatibleKeyPair(@Nonnull final ECPublicKey publicKey,
@Nullable final String provider)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list