public class Captcha
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
byte[] |
puzzle
Raw image data.
|
java.lang.String |
puzzleMime
MIME type of the puzzle data.
|
java.lang.String |
solution
Everyone's guess!
|
java.lang.String |
token
identifier (must be sent back along with the answer).
|
Constructor and Description |
---|
Captcha() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |