QrCodeVerifyOptions

Inheritance: java.lang.Object, com.groupdocs.signature.options.verify.VerifyOptions, com.groupdocs.signature.options.verify.TextVerifyOptions

public class QrCodeVerifyOptions extends TextVerifyOptions

Keeps options to verify document QR-code signature.


Learn more

Constructors

Constructor Description
QrCodeVerifyOptions() Creates verification option QRCodeVerifyOptions for QR-Code Signatures.
QrCodeVerifyOptions(String text) Creates verification option QRCodeVerifyOptions for QR-Code Signatures with QR-Code text to verify.
QrCodeVerifyOptions(String text, QrCodeType encodeType) Creates verification option QRCodeVerifyOptions for QR-Code Signatures with text and QR-Code encode type to verify.

Methods

Method Description
getEncodeType() Gets or sets QR-code Type verification.
setEncodeType(QrCodeType value) Gets or sets QR-code Type verification.
getDataEncryption() Gets or sets implementation of IDataEncryption interface to encode and decode QR-Code Signature Text properties.
setDataEncryption(IDataEncryption value) Gets or sets implementation of IDataEncryption interface to encode and decode QR-Code Signature Text properties.
toString() Overrides conversion to string.

QrCodeVerifyOptions()

public QrCodeVerifyOptions()

Creates verification option QRCodeVerifyOptions for QR-Code Signatures.

QrCodeVerifyOptions(String text)

public QrCodeVerifyOptions(String text)

Creates verification option QRCodeVerifyOptions for QR-Code Signatures with QR-Code text to verify.

Parameters:

Parameter Type Description
text java.lang.String QR-code Text to verify

QrCodeVerifyOptions(String text, QrCodeType encodeType)

public QrCodeVerifyOptions(String text, QrCodeType encodeType)

Creates verification option QRCodeVerifyOptions for QR-Code Signatures with text and QR-Code encode type to verify.

Parameters:

Parameter Type Description
text java.lang.String Text to be verified
encodeType QrCodeType Type of encoding

getEncodeType()

public final QrCodeType getEncodeType()

Gets or sets QR-code Type verification. This property is optional.

Returns: QrCodeType

setEncodeType(QrCodeType value)

public final void setEncodeType(QrCodeType value)

Gets or sets QR-code Type verification. This property is optional.

Parameters:

Parameter Type Description
value QrCodeType

getDataEncryption()

public final IDataEncryption getDataEncryption()

Gets or sets implementation of IDataEncryption interface to encode and decode QR-Code Signature Text properties.

Returns: IDataEncryption

setDataEncryption(IDataEncryption value)

public final void setDataEncryption(IDataEncryption value)

Gets or sets implementation of IDataEncryption interface to encode and decode QR-Code Signature Text properties.

Parameters:

Parameter Type Description
value IDataEncryption

toString()

public String toString()

Overrides conversion to string.

Returns: java.lang.String -