SignerOptions

Contains all the data needed to perform a signing operation.

Types

Link copied to clipboard
class Builder(signatureFormField: SignatureFormField, outputFile: Uri)

A helper class used for building the SignerOptions.

Properties

Link copied to clipboard

A chain of certificates from the signer certificate to the trusted root. Can just contain one if the certificate is self-signed

Link copied to clipboard

Whether or not to enable PAdES-B-LT which includes Long Term Validation information in the signature. Enabled by default.

Link copied to clipboard

DigitalSignatureMetadata that contains additional metadata to add to the signature.

Link copied to clipboard

Destination where the signed document will be written.

Link copied to clipboard

Alternatively a private key used by java.security.Signature to sign documents

Link copied to clipboard

Private key entry containing certificates (usually created by p12 file) used by java.security.Signature to sign documents

Link copied to clipboard

Signature form field to be signed.