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