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 RSIsaacCipher
RSClient. newIsaacCipher(int[] seed)
Methods in jag.game with parameters of type RSIsaacCipher Modifier and Type Method Description RSOutgoingPacket
RSClient. prepareOutgoingPacket(RSOutgoingPacketMeta meta, RSIsaacCipher cipher)
-
Uses of RSIsaacCipher in jag.opcode
Methods in jag.opcode that return RSIsaacCipher Modifier and Type Method Description RSIsaacCipher
RSPacketBuffer. getCipher()
RSIsaacCipher
RSConnectionContext. getEncryptor()
Methods in jag.opcode with parameters of type RSIsaacCipher Modifier and Type Method Description void
RSPacketBuffer. setCipher(RSIsaacCipher cipher)
void
RSConnectionContext. setEncryptor(RSIsaacCipher encryptor)
-