@Component public class AesCipherUtil extends Object
Constructor and Description |
---|
AesCipherUtil() |
Modifier and Type | Method and Description |
---|---|
static String |
deCrypto(String str)
解密
|
static String |
enCrypto(String str)
加密
|
void |
setEncryptAESKey(String encryptAESKey) |
@Value(value="${encryptAESKey}") public void setEncryptAESKey(String encryptAESKey)
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.