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

    Interface RfidCertificateEx

    Structure is used to describe the certificate contents used for the digital signature verification of the document security object within the context of the communication session with electronic document.

    RfidCertificateEx

    interface RfidCertificateEx {
        Extensions: RfidPkiExtension[];
        FileName: TrfFtString;
        Issuer: RfidDistinguishedName;
        Notifications: ParsingNotificationCodes[];
        Origin: RfidCertificateOrigin;
        PA_Status: RFIDErrorCodes;
        SerialNumber: string;
        SignatureAlgorithm: string;
        Subject: RfidDistinguishedName;
        SubjectPKAlgorithm: string;
        Type: RfidCertificateType;
        Validity: RfidValidity;
        Version: number;
    }
    Index

    Properties

    Extensions: RfidPkiExtension[]

    List of the certificate extensions

    RfidCertificateEx

    FileName: TrfFtString

    RfidCertificateEx

    RfidCertificateEx

    Notifications: ParsingNotificationCodes[]

    List of remarks arisen during the analysis of the certificate data structure and its validity verification.

    RfidCertificateEx

    RfidCertificateEx

    PA_Status: RFIDErrorCodes

    RfidCertificateEx

    SerialNumber: string

    Certificate serial number. Base64 encoded.

    RfidCertificateEx

    SignatureAlgorithm: string

    Certificate digital signature algorithm identifier (OID); String in the format S1 (S2), where S1 – algorithm name, S2 – identifier (OID string).

    RfidCertificateEx

    RfidCertificateEx

    SubjectPKAlgorithm: string

    Certificate public key algorithm identifier (OID); String in the format S1 (S2), where S1 – algorithm name, S2 – identifier (OID string).

    RfidCertificateEx

    RfidCertificateEx

    Validity: RfidValidity

    RfidCertificateEx

    Version: number

    Version of Certificate ASN.1 structure

    RfidCertificateEx