Enum Class的使用
org.opoo.ootp.client.ExsCodec.CodecMode
使用ExsCodec.CodecMode的程序包
-
org.opoo.ootp.client中ExsCodec.CodecMode的使用
修饰符和类型方法说明static ExsCodec.CodecModeReturns the enum constant of this class with the specified name.static ExsCodec.CodecMode[]ExsCodec.CodecMode.values()Returns an array containing the constants of this enum class, in the order they are declared. -
org.opoo.ootp.client.impl中ExsCodec.CodecMode的使用
参数类型为ExsCodec.CodecMode的org.opoo.ootp.client.impl中的构造器限定符构造器说明ExsCodecImpl(KeyProviderManager keyProviderManager, ExsCodec.CodecMode mode, String... encodeSpecs) 构建 Codec,用于加密/解密(编码/解码)。