Package org.miaixz.bus.shade.safety
Interface Complex<E>
- All Known Implementing Classes:
AllComplex,AntComplex,AnyComplex,BootDecryptorProvider,BootEncryptorProvider,DirAntComplex,DirDecryptorProvider,DirEncryptorProvider,DirRegexComplex,EntryDecryptorProvider,EntryEncryptorProvider,JarAllComplex,JarAntComplex,JarDecryptorProvider,JarEncryptorProvider,JarRegexComplex,MixComplex,NotComplex,RegexComplex,ZipAntComplex,ZipDecryptorProvider,ZipEncryptorProvider,ZipRegexComplex
public interface Complex<E>
记录加/解密规则
- Since:
- Java 17+
- Author:
- Kimi Liu
-
Method Summary
-
Method Details
-
on
记录是否需要加/解密- Parameters:
entry- 记录- Returns:
- true: 需要 false:不需要
-