pdf-lite - v1.0.1
    Preparing search index...

    Type Alias PdfEncryptionRecipient

    Recipient information for public key encryption. Contains the certificate for encryption and optional private key for decryption.

    type PdfEncryptionRecipient = {
        certificate?: ByteArray;
        privateKey?: ByteArray;
    }
    Index

    Properties

    certificate?: ByteArray
    privateKey?: ByteArray