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

    Type Alias SignaturePolicyDocument

    Signature policy document reference for CAdES signatures.

    type SignaturePolicyDocument = {
        hash: ByteArray;
        hashAlgorithm: HashAlgorithm;
        oid: string;
    }
    Index

    Properties

    hash: ByteArray

    Hash of the policy document.

    hashAlgorithm: HashAlgorithm

    Hash algorithm used for the policy document.

    oid: string

    Object Identifier for the signature policy.