com.infoengine.qa.mugger
Class Mugger
java.lang.Object
com.infoengine.qa.mugger.Mugger
- public class Mugger
- extends Object
Method Summary |
static String |
encodeBase64(byte[] octets)
Create a Base64 encoding of a specified array of octets. |
static void |
main(String[] args)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
iterations
static int iterations
password
static String password
threads
static int threads
urlVector
static Vector urlVector
username
static String username
base64Chars
static final char[] base64Chars
Mugger
public Mugger()
main
public static void main(String[] args)
throws Exception
- Throws:
Exception
encodeBase64
public static String encodeBase64(byte[] octets)
- Create a Base64 encoding of a specified array of octets.
- Parameters:
octets
- array of octets to encode
- Returns:
- String the Base64-encoded result