Uses of Interface
jag.opcode.RSIsaacCipher
-
Packages that use RSIsaacCipher Package Description jag.game jag.opcode -
-
Uses of RSIsaacCipher in jag.game
Methods in jag.game that return RSIsaacCipher Modifier and Type Method Description RSIsaacCipherRSClient. newIsaacCipher(int[] seed)Methods in jag.game with parameters of type RSIsaacCipher Modifier and Type Method Description RSOutgoingPacketRSClient. prepareOutgoingPacket(RSOutgoingPacketMeta meta, RSIsaacCipher cipher) -
Uses of RSIsaacCipher in jag.opcode
Methods in jag.opcode that return RSIsaacCipher Modifier and Type Method Description RSIsaacCipherRSPacketBuffer. getCipher()RSIsaacCipherRSConnectionContext. getEncryptor()Methods in jag.opcode with parameters of type RSIsaacCipher Modifier and Type Method Description voidRSPacketBuffer. setCipher(RSIsaacCipher cipher)voidRSConnectionContext. setEncryptor(RSIsaacCipher encryptor)
-