public abstract class LocalDateEncryptAlgorithmProcessor extends Object implements EncryptAlgorithmProcessor
| 构造器和说明 |
|---|
LocalDateEncryptAlgorithmProcessor() |
| 限定符和类型 | 方法和说明 |
|---|---|
abstract java.time.temporal.Temporal |
decrypt(java.time.temporal.Temporal data,
String... keys)
String解密处理器
|
<T> T |
decrypt(T data,
String... keys)
解密处理器
|
abstract java.time.temporal.Temporal |
encrypt(java.time.temporal.Temporal data,
String... keys)
String加密处理器
|
<T> T |
encrypt(T data,
String... keys)
加密处理器
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcheck, getHashKeypublic abstract java.time.temporal.Temporal encrypt(java.time.temporal.Temporal data,
String... keys)
data - T 明文keys - String 密钥public abstract java.time.temporal.Temporal decrypt(java.time.temporal.Temporal data,
String... keys)
data - String 密文keys - String 密钥public <T> T encrypt(T data,
String... keys)
encrypt 在接口中 EncryptAlgorithmProcessordata - T 明文keys - String 密钥public <T> T decrypt(T data,
String... keys)
decrypt 在接口中 EncryptAlgorithmProcessordata - String 密文keys - String 密钥Copyright © 2023. All rights reserved.