public class Pkcs7Encoder extends Object
参考自:jFinal 方便使用
| Constructor and Description |
|---|
Pkcs7Encoder() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
decode(byte[] decrypted)
PKCS7 解码
|
static byte[] |
encode(byte[] src)
PKCS7 编码 padding 补位
|
Copyright © 2024. All rights reserved.