PubSecEncryptOptions
Overview
PubSecEncryptOptions is a interface in Aspose.PDF FOSS for TypeScript.
Properties: algorithm, encryptMetadata, keyWrap, oaepHash, permissions, recipients.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
recipients | : PubSecRecipientCert[] | Read | Gets the recipients. |
algorithm | : 'aes256' | 'aes128' | 'rc4' | Read | Document cipher. |
permissions | : Permissions | Read | Default permissions for recipients without their own. |
keyWrap | : 'pkcs1' | 'oaep' | Read | RSA key-transport padding for RSA recipients. |
oaepHash | : 'sha1' | 'sha256' | Read | OAEP hash when keyWrap is ‘oaep’. |
encryptMetadata | : boolean | Read | Encrypt the document metadata stream. |