@regulaforensics/vp-frontend-document-components
    Preparing search index...

    Interface RfidSignerInfoEx

    Structure is used to describe the contents of a single copy of digital signature of the document security object and the results of its check within the context of the communication session with electronic document

    RfidSignerInfoEx

    interface RfidSignerInfoEx {
        CertificateChain: RfidCertificateEx[];
        DataToHash: string;
        DigestAlgorithm: string;
        Issuer: RfidDistinguishedName;
        Notifications: ParsingNotificationCodes[];
        PA_Status: RFIDErrorCodes;
        SerialNumber: TrfFtBytes;
        Signature: TrfFtBytes;
        SignatureAlgorithm: string;
        SignedAttributes: RfidAttributeData[];
        SubjectKeyIdentifier: TrfFtBytes;
        Version: number;
    }
    Index

    Properties

    CertificateChain: RfidCertificateEx[]

    Certificate chain, used for the digital signature verification.

    RfidSignerInfoEx

    DataToHash: string

    Binary data array used to calculate the hash value for digital signature verification. Base64 encoded.

    RfidSignerInfoEx

    DigestAlgorithm: string

    Hash algorithm identifier (OID) for digital signature generation

    RfidSignerInfoEx

    RfidSignerInfoEx

    Notifications: ParsingNotificationCodes[]

    RfidSignerInfoEx

    PA_Status: RFIDErrorCodes

    RfidSignerInfoEx

    SerialNumber: TrfFtBytes

    RfidSignerInfoEx

    Signature: TrfFtBytes

    RfidSignerInfoEx

    SignatureAlgorithm: string

    Digital signature algorithm identifier (OID)

    RfidSignerInfoEx

    SignedAttributes: RfidAttributeData[]

    List of the signed attributes

    RfidSignerInfoEx

    SubjectKeyIdentifier: TrfFtBytes

    RfidSignerInfoEx

    Version: number

    Version of SignerInfo ASN.1 structure

    RfidSignerInfoEx