Uses of Class
sk.antons.sprops.model.SpropsData
-
Packages that use SpropsData Package Description sk.antons.sprops.alg -
-
Uses of SpropsData in sk.antons.sprops.alg
Methods in sk.antons.sprops.alg that return SpropsData Modifier and Type Method Description SpropsDataSimpleAesSpropsAlg. decode(byte[] data, int offset, int length)SpropsDataSpropsAlg. decode(byte[] data, int offset, int length)Decodes given data.SpropsDataSimpleAesSpropsAlg. prepare(byte[] data)SpropsDataSpropsAlg. prepare(byte[] data)Prepare algorithm for encoding.Methods in sk.antons.sprops.alg with parameters of type SpropsData Modifier and Type Method Description byte[]SimpleAesSpropsAlg. encode(SpropsData data)byte[]SpropsAlg. encode(SpropsData data)Encode given data.
-