public abstract class QRCodeSignature extends BaseSignature
Contains QR-code Signature properties.
Constructor and Description |
---|
QRCodeSignature()
Initialize QRCodeSignature with default parameters.
|
QRCodeSignature(QRCodeType encodeType,
String text)
Initialize QRCodeSignature with specified Encode Type.
|
Modifier and Type | Method and Description |
---|---|
<T> T |
getData(Class<T> type)
Obtain object from QR-Code Signature Text over deserialization.
|
<T> T |
getData(IDataEncryption dataEncryption,
Class<T> type)
Obtain object from QR-Code Signature Text over deserialization.
|
QRCodeType |
getEncodeType()
Specifies the QR-code Encode Type.
|
String |
getText()
Specifies text of QR-code.
|
void |
setEncodeType(QRCodeType value)
Specifies the QR-code Encode Type.
|
void |
setText(String value)
Specifies text of QR-code.
|
public QRCodeSignature()
Initialize QRCodeSignature with default parameters.
public QRCodeSignature(QRCodeType encodeType, String text)
Initialize QRCodeSignature with specified Encode Type.
encodeType
- Encode type of QR-code.text
- QR-code text property.public final <T> T getData(Class<T> type)
Obtain object from QR-Code Signature Text over deserialization.
T
: Type of object to deserialize from QR-Code Text
public final <T> T getData(IDataEncryption dataEncryption, Class<T> type)
Obtain object from QR-Code Signature Text over deserialization.
T
: Type of object to deserialize from QR-Code Text
public final QRCodeType getEncodeType()
Specifies the QR-code Encode Type.
public final String getText()
Specifies text of QR-code.
public final void setEncodeType(QRCodeType value)
Specifies the QR-code Encode Type.
public final void setText(String value)
Specifies text of QR-code.
Copyright © 2019. All rights reserved.