File tree Expand file tree Collapse file tree
src/main/java/org/apache/commons/codec/digest Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -900,7 +900,6 @@ private HmacUtils(final Mac mac) {
900900 *
901901 * @param algorithm to be used
902902 * @param key the key to be used
903- * @return the instance
904903 * @throws IllegalArgumentException
905904 * when a {@link NoSuchAlgorithmException} is caught or key is null or key is invalid.
906905 * @since 1.11
@@ -914,7 +913,6 @@ public HmacUtils(final String algorithm, final byte[] key) {
914913 *
915914 * @param algorithm to be used
916915 * @param key the key to be used
917- * @return the instance
918916 * @throws IllegalArgumentException
919917 * when a {@link NoSuchAlgorithmException} is caught or key is null or key is invalid.
920918 * @since 1.11
@@ -928,7 +926,6 @@ public HmacUtils(final String algorithm, final String key) {
928926 *
929927 * @param algorithm to be used
930928 * @param key the key to be used
931- * @return the instance
932929 * @throws IllegalArgumentException
933930 * when a {@link NoSuchAlgorithmException} is caught or key is null or key is invalid.
934931 * @since 1.11
@@ -941,7 +938,6 @@ public HmacUtils(final HmacAlgorithms algorithm, final String key) {
941938 * Creates an instance using the provided algorithm type.
942939 *
943940 * @param algorithm to be used.
944- * @return the instance
945941 * @throws IllegalArgumentException
946942 * when a {@link NoSuchAlgorithmException} is caught or key is null or key is invalid.
947943 * @since 1.11
You can’t perform that action at this time.
0 commit comments