[]
        
(Showing Draft Content)

Pkcs7Content

Type Alias: Pkcs7Content

type Pkcs7Content = object;

Defines properties an existing PDF binary signature that is stored in the /Contents property of the PDF signature dictionary.

See

Properties

encryptionAlgorithm

encryptionAlgorithm: string;

The name of the encryption algorithm used in the signature.


encryptionAlgorithmOid

encryptionAlgorithmOid: string;

The OID of the encryption algorithm used in the signature.


hashAlgorithm

hashAlgorithm: string;

The name of the HASH algorithm used in the signature.


hashAlgorithmOid

hashAlgorithmOid: string;

The OID of the HASH algorithm used in the signature.


isTsp

isTsp: boolean;

Indicating whether the signature is a PAdES LTV time-stamp.


signatureData

signatureData: Uint8Array;

The signature data.


signingCertificateChainPem

signingCertificateChainPem: string[];

The chain of certificates used to create the signature. The first certificate in the list is the signing certificate.


signingTime?

optional signingTime?: Date;

The signing time that is stored in the signature, can be undefined if the binary signature does not contain a signing time.


valueValid

valueValid: boolean;

Indicating whether the signature is correct and corresponds to the signed data.