接口 HashEncryptor
-
- 所有超级接口:
Encryptor
- 所有已知子接口:
HashActuator
- 所有已知实现类:
MD5Actuator
public interface HashEncryptor extends Encryptor
散列加密
-
-
嵌套类概要
-
从接口继承的嵌套类/接口 cn.mcres.karlatemp.mxlib.encrypt.Encryptor
Encryptor.Decoder, Encryptor.Encoder
-
-
方法概要
修饰符和类型 方法 说明 default Encryptor.DecodergetDecoder()default booleanisSupportDecoder()-
从接口继承的方法 cn.mcres.karlatemp.mxlib.encrypt.Encryptor
getEncoder, isSupportEncoder
-
-
-
-
方法详细资料
-
isSupportDecoder
default boolean isSupportDecoder()
- 指定者:
isSupportDecoder在接口中Encryptor
-
getDecoder
default Encryptor.Decoder getDecoder()
- 指定者:
getDecoder在接口中Encryptor
-
-