summaryrefslogtreecommitdiffstats
path: root/common-util/src/main/java/org/openo/baseservice/encrypt/cbb/inf/AbstractCipherFactory.java
diff options
context:
space:
mode:
Diffstat (limited to 'common-util/src/main/java/org/openo/baseservice/encrypt/cbb/inf/AbstractCipherFactory.java')
-rw-r--r--common-util/src/main/java/org/openo/baseservice/encrypt/cbb/inf/AbstractCipherFactory.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/common-util/src/main/java/org/openo/baseservice/encrypt/cbb/inf/AbstractCipherFactory.java b/common-util/src/main/java/org/openo/baseservice/encrypt/cbb/inf/AbstractCipherFactory.java
index 2d6f2ad..e820250 100644
--- a/common-util/src/main/java/org/openo/baseservice/encrypt/cbb/inf/AbstractCipherFactory.java
+++ b/common-util/src/main/java/org/openo/baseservice/encrypt/cbb/inf/AbstractCipherFactory.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,
@@ -21,7 +21,7 @@ package org.openo.baseservice.encrypt.cbb.inf;
* </p>
*
* @author
- * @version SDNO 0.5 03-Jun-2016
+ * @version 03-Jun-2016
*/
public interface AbstractCipherFactory {
@@ -29,7 +29,7 @@ public interface AbstractCipherFactory {
* Creates new CipherManager instance.<br/>
*
* @return new cipher manager instance.
- * @since SDNO 0.5
+ * @since
*/
AbstractCipher createCipherManager();
@@ -38,7 +38,7 @@ public interface AbstractCipherFactory {
*
* @param key new cipher manager instance.
* @return
- * @since SDNO 0.5
+ * @since
*/
AbstractCipher createCipherManager(final String key);