From 755e512a4cfd4e8c209671ce417e95a736573185 Mon Sep 17 00:00:00 2001 From: 251309-lirui Date: Thu, 8 Jul 2021 11:15:04 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=88=E6=9D=83=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../image_steganography_library_master/ExampleOhosTest.java | 2 +- .../com/example/imagesteganographylibrary/Utils/Crypto.java | 4 ---- .../example/imagesteganographylibrary/Utils/ImageUtil.java | 2 +- .../imagesteganographylibrary/Utils/MergePixelMap.java | 2 +- .../com/example/imagesteganographylibrary/Utils/ResUtils.java | 2 +- .../example/imagesteganographylibrary/view/CircleView.java | 2 +- .../imagesteganographylibrary/view/ProgressDialog.java | 2 +- 7 files changed, 6 insertions(+), 10 deletions(-) diff --git a/entry/src/ohosTest/java/com/example/image_steganography_library_master/ExampleOhosTest.java b/entry/src/ohosTest/java/com/example/image_steganography_library_master/ExampleOhosTest.java index 2ad35ae..22a3b20 100644 --- a/entry/src/ohosTest/java/com/example/image_steganography_library_master/ExampleOhosTest.java +++ b/entry/src/ohosTest/java/com/example/image_steganography_library_master/ExampleOhosTest.java @@ -2,7 +2,7 @@ * Copyright (C) 2021 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. - * You may obtain an copy of the License at + * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/imagesteganographylibrary/src/main/java/com/example/imagesteganographylibrary/Utils/Crypto.java b/imagesteganographylibrary/src/main/java/com/example/imagesteganographylibrary/Utils/Crypto.java index 61c48bd..9ec0815 100644 --- a/imagesteganographylibrary/src/main/java/com/example/imagesteganographylibrary/Utils/Crypto.java +++ b/imagesteganographylibrary/src/main/java/com/example/imagesteganographylibrary/Utils/Crypto.java @@ -2,12 +2,8 @@ package com.example.imagesteganographylibrary.Utils; import ohos.hiviewdfx.HiLog; import ohos.hiviewdfx.HiLogLabel; - import javax.crypto.Cipher; -import javax.crypto.NoSuchPaddingException; import javax.crypto.spec.SecretKeySpec; -import java.security.InvalidKeyException; -import java.security.NoSuchAlgorithmException; import java.util.Base64; public class Crypto { diff --git a/imagesteganographylibrary/src/main/java/com/example/imagesteganographylibrary/Utils/ImageUtil.java b/imagesteganographylibrary/src/main/java/com/example/imagesteganographylibrary/Utils/ImageUtil.java index f9863ea..7fa1697 100644 --- a/imagesteganographylibrary/src/main/java/com/example/imagesteganographylibrary/Utils/ImageUtil.java +++ b/imagesteganographylibrary/src/main/java/com/example/imagesteganographylibrary/Utils/ImageUtil.java @@ -2,7 +2,7 @@ * Copyright (C) 2021 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. - * You may obtain an copy of the License at + * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/imagesteganographylibrary/src/main/java/com/example/imagesteganographylibrary/Utils/MergePixelMap.java b/imagesteganographylibrary/src/main/java/com/example/imagesteganographylibrary/Utils/MergePixelMap.java index 1c424bc..3d7df85 100644 --- a/imagesteganographylibrary/src/main/java/com/example/imagesteganographylibrary/Utils/MergePixelMap.java +++ b/imagesteganographylibrary/src/main/java/com/example/imagesteganographylibrary/Utils/MergePixelMap.java @@ -2,7 +2,7 @@ * Copyright (C) 2021 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. - * You may obtain an copy of the License at + * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/imagesteganographylibrary/src/main/java/com/example/imagesteganographylibrary/Utils/ResUtils.java b/imagesteganographylibrary/src/main/java/com/example/imagesteganographylibrary/Utils/ResUtils.java index 9498f7f..c0ca710 100644 --- a/imagesteganographylibrary/src/main/java/com/example/imagesteganographylibrary/Utils/ResUtils.java +++ b/imagesteganographylibrary/src/main/java/com/example/imagesteganographylibrary/Utils/ResUtils.java @@ -2,7 +2,7 @@ * Copyright (C) 2021 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. - * You may obtain an copy of the License at + * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/imagesteganographylibrary/src/main/java/com/example/imagesteganographylibrary/view/CircleView.java b/imagesteganographylibrary/src/main/java/com/example/imagesteganographylibrary/view/CircleView.java index 9757612..8c52d21 100644 --- a/imagesteganographylibrary/src/main/java/com/example/imagesteganographylibrary/view/CircleView.java +++ b/imagesteganographylibrary/src/main/java/com/example/imagesteganographylibrary/view/CircleView.java @@ -2,7 +2,7 @@ * Copyright (C) 2021 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. - * You may obtain an copy of the License at + * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/imagesteganographylibrary/src/main/java/com/example/imagesteganographylibrary/view/ProgressDialog.java b/imagesteganographylibrary/src/main/java/com/example/imagesteganographylibrary/view/ProgressDialog.java index f5f60a4..535f9d9 100644 --- a/imagesteganographylibrary/src/main/java/com/example/imagesteganographylibrary/view/ProgressDialog.java +++ b/imagesteganographylibrary/src/main/java/com/example/imagesteganographylibrary/view/ProgressDialog.java @@ -2,7 +2,7 @@ * Copyright (C) 2021 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. - * You may obtain an copy of the License at + * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * -- Gitee