PulpCore

Uses of Class
pulpcore.util.crypt.ARC4

Packages that use ARC4
pulpcore.util Provides utility classes for Strings, Base64 encoding, and byte arrays. 
pulpcore.util.crypt Provides classes for encrypting data (useful for high score systems). 
 

Uses of ARC4 in pulpcore.util
 

Methods in pulpcore.util with parameters of type ARC4
 void ByteArray.crypt(ARC4 cipher)
          Crypts the entire byte array using the specified cipher.
 

Uses of ARC4 in pulpcore.util.crypt
 

Constructors in pulpcore.util.crypt with parameters of type ARC4
EncryptedInt(ARC4 cipher)
          Constructs a new Int object with no listener, the value of zero, and the specified cipher.
EncryptedInt(int value, ARC4 cipher)
          Constructs a new Int object with the specified value, no listener, and the specified cipher.
EncryptedInt(PropertyListener listener, ARC4 cipher)
          Constructs a new Int object with the specified listener, the value of zero, and the specified cipher.
EncryptedInt(PropertyListener listener, int value, ARC4 cipher)
          Constructs a new Int object with the specified value, the specified listener, and the specified cipher.
 


PulpCore

Copyright © 2007-2009 Interactive Pulp, LLC.