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

    Interface VDSNCData

    VDSNCData

    interface VDSNCData {
        Certificate?: TrfFtBytes;
        CertificateChain?: RfidCertificateEx[];
        IssuingCountry?: string;
        Message?: Message;
        Notifications?: number[];
        Signature?: TrfFtBytes;
        SignatureAlg?: string;
        Type?: string;
        Version?: number;
    }
    Index

    Properties

    Certificate?: TrfFtBytes

    VDSNCData

    CertificateChain?: RfidCertificateEx[]

    VDSNCData

    IssuingCountry?: string

    VDSNCData

    Message?: Message

    VDSNCData

    Notifications?: number[]

    VDSNCData

    Signature?: TrfFtBytes

    VDSNCData

    SignatureAlg?: string

    VDSNCData

    Type?: string

    VDSNCData

    Version?: number

    VDSNCData