Package | Description |
---|---|
com.groupdocs.signature.domain.extensions.encryption |
The GroupDocs.Signature.Domain.Extensions.Encryption namespace provides classes for working with Encryption
|
com.groupdocs.signature.domain.signatures.qrcode |
The GroupDocs.Signature.Domain.Signatures.QrCode namespace provides classes for working with QrCode signatures
|
com.groupdocs.signature.options.qrcodesearch |
The GroupDocs.Signature.Options.QRCcodeSearch namespace provides classes for working with QRCcodeSearch options.
|
com.groupdocs.signature.options.qrcodesignature |
The GroupDocs.Signature.Options.QRCodeSignature namespace provides classes for working with QRCodeSignature options.
|
Modifier and Type | Class and Description |
---|---|
class |
SymmetricEncryption
Implements standard symmetric algorithms for data encryption with single key and passphrase (salt).
|
Modifier and Type | Method and Description |
---|---|
<T> T |
QRCodeSignature.getData(IDataEncryption dataEncryption,
Class<T> type)
Obtain object from QR-Code Signature Text over deserialization.
|
Modifier and Type | Method and Description |
---|---|
IDataEncryption |
SearchQRCodeOptions.getDataEncryption()
Gets or sets implementation of
IDataEncryption interface to encode and decode QR-Code Signature Text or Data properties. |
Modifier and Type | Method and Description |
---|---|
void |
SearchQRCodeOptions.setDataEncryption(IDataEncryption value)
Gets or sets implementation of
IDataEncryption interface to encode and decode QR-Code Signature Text or Data properties. |
Modifier and Type | Method and Description |
---|---|
IDataEncryption |
QRCodeSignOptions.getDataEncryption()
Gets or sets implementation of
IDataEncryption interface to encode and decode QR-Code Signature Text or Data properties. |
Modifier and Type | Method and Description |
---|---|
void |
QRCodeSignOptions.setDataEncryption(IDataEncryption value)
Gets or sets implementation of
IDataEncryption interface to encode and decode QR-Code Signature Text or Data properties. |
Copyright © 2019. All rights reserved.