encustody 1.0.3 encustody: ^1.0.3 copied to clipboard
Encustody signature service
1.0.3 #
Updated example code
1.0.2 #
Add urls of encustody config
EncustodyConfig(
client: 'xxxx',
secret: 'xxxxxx',
allowAddFiles: false,
allowChangeSignaturePosition: false,
allowDownloads: false,
hostApi: '', //new
hostLogin: '',// new
)
1.0.1 #
Allow to configure multiple options:
EncustodyConfig(
client: 'xxxx',
secret: 'xxxxxx',
allowAddFiles: false, // new
allowChangeSignaturePosition: false, // new
allowDownloads: false, // new
)
1.0.0 #
OS | Progress | Sign Position | Encryption | Download Signed File |
---|---|---|---|---|
Android | yes | no | no | no |
IOS | yes | no | yes | yes |
Web | no | no | yes | yes |