B C D G I Q S V 
All Classes All Packages

B

BWQRCodeResponse - Class in com.vasco.image.generator
Defines the output of the QR Code Generator.
BWQRCodeResponse(BufferedImage, boolean[][]) - Constructor for class com.vasco.image.generator.BWQRCodeResponse
Constructs a BWQRCodeResponse object from the image and the matrix in parameter.

C

com.vasco.image.exception - package com.vasco.image.exception
 
com.vasco.image.generator - package com.vasco.image.generator
 
CRONTOSIGN_GENERATION_ERROR - Static variable in class com.vasco.image.exception.ImageGeneratorSDKErrorCodes
An error occurred during the CrontoSign generation, the return code value is -5001.
CRONTOSIGN_MAX_INPUT_VALUE_LENGTH - Static variable in class com.vasco.image.generator.ImageGeneratorSDKConstants
Maximum length of the CrontoSign generator input, which is 200 characters.
CRONTOSIGN_MAX_SQUARE_SIZE - Static variable in class com.vasco.image.generator.ImageGeneratorSDKConstants
Maximum size of a CrontoSign image square, which is 80 pixels.
CRONTOSIGN_MIN_SQUARE_SIZE - Static variable in class com.vasco.image.generator.ImageGeneratorSDKConstants
Minimum size of a CrontoSign image square, which is 1 pixels.
CRONTOSIGN_SQUARE_SIZE_INVALID_VALUE - Static variable in class com.vasco.image.exception.ImageGeneratorSDKErrorCodes
The square size is invalid, the return code value is -5003.

D

DYNAMIC_CRONTO_IMAGE_MAX_INPUT_VALUE_LENGTH - Static variable in class com.vasco.image.generator.ImageGeneratorSDKConstants
Maximum length of the Cronto image input, which is 1070 characters.

G

generateBWQRCode(int, String, int) - Static method in class com.vasco.image.generator.ImageGeneratorSDK
Generates a black and white QR code image
generateCrontoSign(int, String) - Static method in class com.vasco.image.generator.ImageGeneratorSDK
Generates a CRONTO image for the corresponding input values.
generateCrontoSign(int, String, boolean) - Static method in class com.vasco.image.generator.ImageGeneratorSDK
Generates a CRONTO image for the corresponding input values.
generateDynamicCrontoImage(int, String, boolean) - Static method in class com.vasco.image.generator.ImageGeneratorSDK
Generates a CRONTO image for the corresponding input values.
getBooleanMatrix() - Method in class com.vasco.image.generator.BWQRCodeResponse
 
getCause() - Method in exception com.vasco.image.exception.ImageGeneratorSDKException
Gets the cause of the exception
getErrorCode() - Method in exception com.vasco.image.exception.ImageGeneratorSDKException
Gets the error code
getErrorMessage() - Method in exception com.vasco.image.exception.ImageGeneratorSDKException
Gets the error message
getImage() - Method in class com.vasco.image.generator.BWQRCodeResponse
 

I

ImageGeneratorSDK - Class in com.vasco.image.generator
The Image Generator SDK main class.
ImageGeneratorSDKConstants - Class in com.vasco.image.generator
Defines constants used by the Image Generator SDK
ImageGeneratorSDKErrorCodes - Class in com.vasco.image.exception
Defines the error codes returned by the Image Generator SDK.
ImageGeneratorSDKException - Exception in com.vasco.image.exception
Main class for Image Generator SDK exception.
ImageGeneratorSDKException(int) - Constructor for exception com.vasco.image.exception.ImageGeneratorSDKException
Constructor for setting exception with this error code
ImageGeneratorSDKException(int, Throwable) - Constructor for exception com.vasco.image.exception.ImageGeneratorSDKException
Constructs an exception with this error code and its main cause
INPUT_VALUE_EMPTY - Static variable in class com.vasco.image.exception.ImageGeneratorSDKErrorCodes
The input value is empty, the return code value is -5004.
INPUT_VALUE_NOT_EVEN - Static variable in class com.vasco.image.exception.ImageGeneratorSDKErrorCodes
The input value has not an even length, the return code value is -5007.
INPUT_VALUE_NOT_HEXA - Static variable in class com.vasco.image.exception.ImageGeneratorSDKErrorCodes
The input value is not a hexadecimal value, the return code value is -5006.
INPUT_VALUE_TOO_LONG - Static variable in class com.vasco.image.exception.ImageGeneratorSDKErrorCodes
The input value is too long, the return code value is -5005.
INTERNAL_ERROR - Static variable in class com.vasco.image.exception.ImageGeneratorSDKErrorCodes
An internal error occurred, the return code value is -5000.

Q

QRCODE_ERROR_CORRECTION_LEVEL_HIGH - Static variable in class com.vasco.image.generator.ImageGeneratorSDKConstants
Defines High error correction level for QRCode generation.
QRCODE_ERROR_CORRECTION_LEVEL_HIGH_MAX_INPUT_VALUE_LENGTH - Static variable in class com.vasco.image.generator.ImageGeneratorSDKConstants
Maximum length of the QRCode generator input with a high error correction level, which is 1852 characters.
QRCODE_ERROR_CORRECTION_LEVEL_INVALID_VALUE - Static variable in class com.vasco.image.exception.ImageGeneratorSDKErrorCodes
The error correction level is invalid, the return code value is -5008.
QRCODE_ERROR_CORRECTION_LEVEL_LOW - Static variable in class com.vasco.image.generator.ImageGeneratorSDKConstants
Defines Low error correction level for QRCode generation.
QRCODE_ERROR_CORRECTION_LEVEL_LOW_MAX_INPUT_VALUE_LENGTH - Static variable in class com.vasco.image.generator.ImageGeneratorSDKConstants
Maximum length of the QRCode generator input with a low error correction level, which is 4296 characters.
QRCODE_ERROR_CORRECTION_LEVEL_MIDDLE - Static variable in class com.vasco.image.generator.ImageGeneratorSDKConstants
Defines Middle error correction level for QRCode generation.
QRCODE_ERROR_CORRECTION_LEVEL_MIDDLE_MAX_INPUT_VALUE_LENGTH - Static variable in class com.vasco.image.generator.ImageGeneratorSDKConstants
Maximum length of the QRCode generator input with a middle error correction level, which is 3391 characters.
QRCODE_ERROR_CORRECTION_LEVEL_QUALITY - Static variable in class com.vasco.image.generator.ImageGeneratorSDKConstants
Defines Quality error correction level for QRCode generation.
QRCODE_ERROR_CORRECTION_LEVEL_QUALITY_MAX_INPUT_VALUE_LENGTH - Static variable in class com.vasco.image.generator.ImageGeneratorSDKConstants
Maximum length of the QRCode generator input with a quality error correction level, which is 2420 characters.
QRCODE_IMAGE_SIZE_INVALID_VALUE - Static variable in class com.vasco.image.exception.ImageGeneratorSDKErrorCodes
The image size is invalid, the return code value is -5002.
QRCODE_MAX_IMAGE_SIZE - Static variable in class com.vasco.image.generator.ImageGeneratorSDKConstants
Maximum size of a QRCode image, which is 2800 pixels.
QRCODE_MAX_INPUT_VALUE_LENGTH - Static variable in class com.vasco.image.generator.ImageGeneratorSDKConstants
QRCODE_MIN_IMAGE_SIZE - Static variable in class com.vasco.image.generator.ImageGeneratorSDKConstants
Minimum size of a QRCode image, which is 25 pixels.

S

setBooleanMatrix(boolean[][]) - Method in class com.vasco.image.generator.BWQRCodeResponse
 
setCause(Throwable) - Method in exception com.vasco.image.exception.ImageGeneratorSDKException
Sets the cause of the exception
setErrorCode(int) - Method in exception com.vasco.image.exception.ImageGeneratorSDKException
Sets the error code
setImage(BufferedImage) - Method in class com.vasco.image.generator.BWQRCodeResponse
 

V

VERSION - Static variable in class com.vasco.image.generator.ImageGeneratorSDK
Version of the Image Generator SDK
B C D G I Q S V 
All Classes All Packages