public abstract class PKCS7Padding extends Object
| Constructor and Description |
|---|
PKCS7Padding() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
decode(byte[] bytes)
删除解密后明文的补位字符
|
static byte[] |
encode(int count)
获得补位填充的字节数组
|
Copyright © 2021. All rights reserved.