summaryrefslogtreecommitdiffstats
path: root/common-util/src/main/java/org/openo/baseservice/encrypt/cbb/impl/AesCipher.java
diff options
context:
space:
mode:
Diffstat (limited to 'common-util/src/main/java/org/openo/baseservice/encrypt/cbb/impl/AesCipher.java')
-rw-r--r--common-util/src/main/java/org/openo/baseservice/encrypt/cbb/impl/AesCipher.java11
1 files changed, 6 insertions, 5 deletions
diff --git a/common-util/src/main/java/org/openo/baseservice/encrypt/cbb/impl/AesCipher.java b/common-util/src/main/java/org/openo/baseservice/encrypt/cbb/impl/AesCipher.java
index c9d7123..2d36dd8 100644
--- a/common-util/src/main/java/org/openo/baseservice/encrypt/cbb/impl/AesCipher.java
+++ b/common-util/src/main/java/org/openo/baseservice/encrypt/cbb/impl/AesCipher.java
@@ -1,11 +1,11 @@
/*
- * Copyright (c) 2016, Huawei Technologies Co., Ltd.
+ * Copyright 2016 Huawei Technologies 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 a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
@@ -38,7 +38,7 @@ import org.slf4j.LoggerFactory;
* </p>
*
* @author
- * @version SDNO 0.5 31-May-2016
+ * @version 31-May-2016
*/
public class AesCipher implements AbstractCipher {
@@ -56,7 +56,7 @@ public class AesCipher implements AbstractCipher {
* Creates default key.
* </p>
*
- * @since SDNO 0.5
+ * @since
*/
public AesCipher() {
super();
@@ -64,11 +64,12 @@ public class AesCipher implements AbstractCipher {
}
/**
+ *
* Constructor<br/>
* <p>
* </p>
*
- * @since SDNO 0.5
+ * @since
* @param ckey: key.
*/
public AesCipher(final String key) {