com.groupdocs.signature.domain.extensions.encryption
The GroupDocs.Signature.Domain.Extensions.Encryption namespace provides classes for working with Encryption
Classes
Class | Description |
---|---|
SymmetricAlgorithmType | Represents symmetric encryption algorithm type. |
SymmetricEncryption | Implements standard symmetric algorithms for data encryption with single key and passphrase (salt). |
Interfaces
Interface | Description |
---|---|
IDataEncryption | Encryption interface to provide object encoding and decoding methods. |