public class BooleanEncryptProcessor extends BooleanEncryptAlgorithmProcessor
| 构造器和说明 |
|---|
BooleanEncryptProcessor() |
| 限定符和类型 | 方法和说明 |
|---|---|
Boolean |
decrypt(Boolean data,
String... keys)
Date解密处理器
|
Boolean |
encrypt(Boolean data,
String... keys)
Date加密处理器
|
decrypt, encryptclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcheck, getHashKeypublic Boolean encrypt(Boolean data, String... keys)
encrypt 在类中 BooleanEncryptAlgorithmProcessordata - Date 明文keys - String 密钥public Boolean decrypt(Boolean data, String... keys)
decrypt 在类中 BooleanEncryptAlgorithmProcessordata - Date 密文keys - String 密钥Copyright © 2023. All rights reserved.