public class AESProvider extends Object implements Provider
| Constructor and Description |
|---|
AESProvider() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
decrypt(String key,
byte[] content)
解密
|
byte[] |
encrypt(String key,
byte[] content)
加密
|
public byte[] encrypt(String key, byte[] content)
Copyright © 2020. All rights reserved.