|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IImageEncodedCaptcha
This defines some methods, every image based captcha for JAP has to implement.
Method Summary | |
---|---|
int |
getCharacterNumber()
Returns the number of characters which are included in the captcha. |
java.lang.String |
getCharacterSet()
Returns the character set which was used when the captcha was created. |
java.awt.Image |
getImage()
Returns the image with the captcha data. |
byte[] |
solveCaptcha(java.lang.String a_key,
byte[] a_startsWith)
Tries to solve the captcha and returns a byte array with the contents. |
Method Detail |
---|
java.awt.Image getImage()
java.lang.String getCharacterSet()
int getCharacterNumber()
byte[] solveCaptcha(java.lang.String a_key, byte[] a_startsWith) throws java.lang.Exception
a_key
- Stringa_startsWith
- byte[]
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |